Posted by Gregory Nickoloff on 09/26/06 21:36
Here's a question for ya:
I've got an html page with the following code:
<div class="cardad">
<a href="mancys/giftcards.php"><img src="images/gif/mancys_giftcard_ad.gif"
alt="Get Your Mancy's Giftcards Here!" width="111" height="72" border="0"
align="middle"></a></div>
<div class="joinnow">
<a href="http://loyal-email.com/harvest.aspx?bf_name=MAN00007"><img
src="images/mancys/gif/join_now!.gif" alt="Subscribe to our email
newsletter here!" width="98" height="90" border="0"
align="middle"></a></div>
But when the page is rendered in a browser (IE and FireFox) I get the
following:
<div class="cardad">
<a href="mancys/giftcards.php"> </a></div>
<div class="joinnow">
<a href="http://loyal-email.com/harvest.aspx?bf_name=MAN00007"><img
src="images/mancys/gif/join_now!.gif" alt="Subscribe to our email
newsletter here!" width="98" height="90" border="0"
align="middle"></a></div>
Notice how the first <img> tag comes up missing? What's going on here? It
was working until I added the second image then the first one just stopped
showing up. I've checked the href's and so forth, but I can't figure out why
it won't show up anymore.
Gregory Nickoloff,
Kinetica Media
greg@kinetica-media.com
Navigation:
[Reply to this message]
|