acox27
05-02-2003, 02:26 AM
I used the information here to put a picture on the front page of my webpage, but now all I am seeing is that red X. I downloaded it to my server, and it is stored in a folder in my directory. I have typed and retyped in the code for it and it is just not working. It is a jpeg. What do I do now?
Amber
Lemon Squash
05-02-2003, 02:34 AM
Could you post the url? Or post the code your using?
acox27
05-02-2003, 03:13 AM
<td><img src=http://www.geocities.com/blue_eyes_511/burnettedoll.jpg" width="56" height="143" alt=""border=0"></td>
What am I doing wrong?
Amber
amicus
05-02-2003, 03:29 AM
give this a try
<td><img src="http://www.geocities.com/blue_eyes_511/burnettedoll.jpg" width="56" height="143" alt="" border="0"></td>
you just had your quotes out of place
Dude128
05-02-2003, 03:31 AM
Originally posted by acox27
<td><img src="http://www.geocities.com/blue_eyes_511/burnettedoll.jpg" width="56" height="143" alt=""border=0"></td>
What am I doing wrong?
Amber
there it is- you're missing a quote before the URL and you had an extra one before the border- try adding one and removing one as necessary :)
also, if you're using that code on a host other than geocities, that's another problem, because geocities doesn't allow direct linking. but if the page is also on geocities, the quotes seem to be the only problem :)
acox27
05-02-2003, 03:39 AM
Thank you so much! It worked, and my doll showed up. YEAH!
Amber