Home › Forums › CSS › Clear:Both Space problem › Re: Clear:Both Space problem
July 6, 2009 at 4:59 am
#60299
Participant
Hi @joelgoodman,
It will not work on that manner using <br /> nor <hr /> tags placing your clear attributes. I’ve already experience that and it didn’t work.
Instead use an inline;
<div style="clear:both"></div> or <span style="clear:both"></span>
or in css just like @TheDoc mentioned above.