Active
Project:
Brilliant Gallery
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Oct 2012 at 07:02 UTC
Updated:
27 Oct 2012 at 13:04 UTC
cant seem to figure out why but, whenever i insert br its not working after the [bg] tag. the next word will always go to the rigth side of the galery. i have to insert like a bakers dozen br's just be on the next line...
<u><strong>Load & Play</strong></u><br />
[bg|LiveTV Screens/Load and Play|4|150]<br />
<u><strong>Themes</strong></u><br />
<p>[bg|LiveTV Screens/Themes|4|150]<br /></p>
does not work
<u><strong>Load & Play</strong></u><br />
[bg|LiveTV Screens/Load and Play|4|150]<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<u><strong>Themes</strong></u><br />
[bg|LiveTV Screens/Themes|4|150]<br />
works
i even tried with paragraph but its not working also.
any ideas?
Comments
Comment #1
rallycivic commentedTry:
<br clear=all>This suggests that is depricated, and a "clear:both;" on the css for the gallery would be the way to go:
http://www.codingforums.com/archive/index.php/t-70347.html
I've just been using
<br clear=all>.