Thread: Stupid CSS Bugs
View Single Post
Old 2007-01-21, 01:22 PM   #2
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Useless Warrior View Post
Don't fear the code! Make the code fear you!

Anyway, browsers are sensitive about what follows an image - any image.

Change:
HTML Code:
<img src="gallery-1_files/banner4.jpg" border="0" height="160" width="200">
<br>
to:
HTML Code:
<img src="gallery-1_files/banner4.jpg" border="0" height="160" width="200"><br>
The carriage return after the image and before the <br /> is placing space in between the two.
Aw damn. That was too simple. How am I gonna learn all this crap?

Thanks!

Oh, and what's the difference between <br> and <br />?

Last edited by Licker4U; 2007-01-21 at 01:25 PM..
Licker4U is offline   Reply With Quote