Posted by Travis Newbury on 09/27/06 12:10
Gregory Nickoloff wrote:
> 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.
I posted the solution to your problem on a web page. But I am not
going to give you the URL since you did not give me your URL...
Navigation:
[Reply to this message]
|