Hello,
I have an issue with the HTML <br />
tag.
I have 2 images above each other.
With no <br />
between the two, the bottom border of the top image touches the top border of the bottom image which seems to be what it is supposed to be.
Then if I put 1 <br />
, there should be some space between the 2 images. If I put 2 <br />
, there should be even more space.
Here is the problem
Firefox version 3.5 seems to ignore the first <br />
. If I put 2 then it puts some space between the 2 images.
IE7 puts some space between the 2 images even if I don't put any <br />
Things work fine in Chrome or Safari, i.e. there is no space with no <br />
, some space with 1 <br />
, more space with 2, etc...
I have not tested in IE8.
Is there a way to get around the fact that browsers don't seem to interpret the <br />
tag the same way?
Thanks for your insight!