|
Post by mzsparrow on Sept 20, 2005 8:32:18 GMT -5
hey there, this isnt for my forum, but for my website...i hope its allowed.
anyways, when in IE, and you go to the affiliate section, you see the "actors" category? Its a link, right? it is for me. its a link to the "savvy" website...so that would mean that something in the code is running over, right? well, i cant find the reason for the life of me. It doesnt do this in FF! anyways, heres the code:
<a href="http://www.lunaestas.com/savvy/index.php"> <img src="http://tinypic.com/ae1n4l.gif" alt="Savvy?"</a>
<p><center><b>Actors</b></br></center>
<br><a href="http://www.getphpbb.com/phpbb/?mforum=orlando"> <img src="http://img.photobucket.com/albums/v282/hannahverena/orlandobloomforum.jpg" width="100" height="35" border="0" alt="orlandobloomforum"></a>
|
|
|
Post by Bradley on Sept 20, 2005 14:51:11 GMT -5
Your img tag isn't closed:
<a href="http://www.lunaestas.com/savvy/index.php"> <img src="http://tinypic.com/ae1n4l.gif" alt="Savvy?"</a>
Should be:
<a href="http://www.lunaestas.com/savvy/index.php"><img src="http://tinypic.com/ae1n4l.gif" alt="Savvy?" border="0" /></a>
Firefox detects that the tag isn't closed and closes it automatically. IE is to stupid.
|
|
|
Post by Krolowaz on Sept 22, 2005 9:41:19 GMT -5
long live firefox.
|
|