what am i doing wrong html Image?

Mike

New member
This is the code that I did and it worked out fine. I think it might be the backslash after the quotation mark.
<img src="desktop Blue.jpg">
 
If you saved the image on your desktop but the html file is on your website (server, elsewhere, not your desktop)... ?

Else if both the html file AND the image are on the local computer then you might want to go for an absolute address of the form 'file://c:\documents and settings\userid\documents\...'
 
Back
Top