Hi guys
On FireFox (but not on IE6)
... but ...
Can I get rid of the extra space between 1 and 2 without having to remove the linebreak (for code readability)?
Thanks
On FireFox (but not on IE6)
Code:
<div style="display:inline">1</div>
<div style="display:inline">2</div>
Produces : 1 2
... but ...
Code:
<div style="display:inline">1</div><div style="display:inline">2</div>
Produces : 12
Can I get rid of the extra space between 1 and 2 without having to remove the linebreak (for code readability)?
Thanks