Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Clear:Both Space problem Re: Clear:Both Space problem

#60299
arjaym
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.