In my opinion the old way is correct. Unless you are adding a line break, BW, should not be adding one.
-- Kevin via mobile device... On Mar 23, 2015 4:06 PM, "The Editor" <[email protected]> wrote: > Oh, I see. BoltWire is actually doing what it is supposed to do. > > To get rid of the line return in the output, just get rid of the line > return in the markup. That is, > > change: > > <center> > [[http://www.busesonscreen.net/screenim2/advert307.jpg |[^ > http://www.busesonscreen.net/screenim2/advert307t.jpg^]]] > [[http://www.busesonscreen.net/screenim2/advert308.jpg |[^ > http://www.busesonscreen.net/screenim2/advert308t.jpg^]]] > </center> > > to > > <center> > [[http://www.busesonscreen.net/screenim2/advert307.jpg |[^ > http://www.busesonscreen.net/screenim2/advert307t.jpg^]]][[ > http://www.busesonscreen.net/screenim2/advert308.jpg |[^ > http://www.busesonscreen.net/screenim2/advert308t.jpg^]]] > </center> > > Not really any other way to do this. I think the 3.xx behavior was faulty. > :) > > Cheers, > Dan > > On Mon, Mar 23, 2015 at 4:26 PM Steve Annells < > [email protected]> wrote: > >> I was hoping you'd say that! The problem looks simple - here's the >> markup: >> <center> >> [[http://www.busesonscreen.net/screenim2/advert307.jpg |[^ >> http://www.busesonscreen.net/screenim2/advert307t.jpg^]]] >> [[http://www.busesonscreen.net/screenim2/advert308.jpg |[^ >> http://www.busesonscreen.net/screenim2/advert308t.jpg^]]] >> </center> >> The resulting HTML looks like this: >> <div style='text-align:center;'><a href=" >> http://www.busesonscreen.net/screenim2/advert307.jpg" >> rel='nofollow'><img src=' >> http://www.busesonscreen.net/screenim2/advert307t.jpg' /></a> >> <a href="http://www.busesonscreen.net/screenim2/advert308.jpg" >> rel='nofollow'><img src=' >> http://www.busesonscreen.net/screenim2/advert308t.jpg' /></a></div> >> >> This is at the top of a page on my live website using 3.4.14. The format >> of the image links is because I converted from an older version of the >> website - this displays two 200 pixel wide images side by side and I can >> put text top and bottom as I need to. Clicking on an image takes you to a >> larger version of the image. I can even go three images wide if I need >> to. You can see the effect at >> http://www.screen.busesonscreen.net/screen1/index.php?p=screenad.ad0 >> I have a local test installation of 4.22 running on XAMPP. Using the >> same markup the images are stacked one above the other! The resulting HTML >> looks like this: >> <div style='text-align:center;'><a href=" >> http://www.busesonscreen.net/screenim2/advert307.jpg" >> rel='nofollow'><img src=' >> http://www.busesonscreen.net/screenim2/advert307t.jpg' /></a><br /><a >> href="http://www.busesonscreen.net/screenim2/advert308.jpg" >> rel='nofollow'><img src=' >> http://www.busesonscreen.net/screenim2/advert308t.jpg' /></a></div> >> It's easy to spot the reason - all I need to do is suppress the <br /> >> tag in the middle :-) >> Grateful for any ideas, because I've not come up with a markup >> alternative as yet. >> Steve >> >> >> >> On Monday, 23 March 2015 17:56:17 UTC, Dan wrote: >> >>> Can you show me a sample of the markup generating this output? I assume >>> it is some kind of search function? There's probably an easy parameter to >>> disable that feature. >>> >>> Cheers, >>> Dan >>> >>> On Mon, Mar 23, 2015 at 12:46 PM Steve Annells <steve.annell...@ >>> gmail.com> wrote: >>> >> Seeking help with a curious issue. I've been using Boltwire 3.4.14 for >>>> some time on a live website. I'm looking at upgrading to Boltwire 4, but >>>> I've run into an unexpected snag. I display a number of thumbnail type >>>> images side by side, and in fact clicking on each image opens up a larger >>>> version of the same image. This works fine in 3.4.14. Moving the pages >>>> over to a local test installation of 4.22 I find images are displayed one >>>> below the other. Looking into the generated HTML I can see that the >>>> difference between v3 and v4 is that a <br> tag is inserted between the >>>> images in v4, thereby pushing the next image down. >>>> Mt question is this - where can I find the point in the code at which >>>> this <br> tag is generated? As this affects large numbers of pages, it >>>> would be simplest if I can address it within the Boltwire code rather than >>>> changing each page individually. >>>> Grateful for any suggestions, >>>> >>>> Steve >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "BoltWire" group. >>>> >>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>> >>> >>>> Visit this group at http://groups.google.com/group/boltwire. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "BoltWire" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/boltwire. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/boltwire. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
