View Single Post
  #2 (permalink)  
Old 10-28-2002, 01:23 PM
SilvrWolf SilvrWolf is offline
Senior Member
 
Join Date: Jun 2002
Posts: 71
Send a message via ICQ to SilvrWolf Send a message via AIM to SilvrWolf Send a message via Yahoo to SilvrWolf
web design question...

Andrew. if the HTML page is in the WEB folder and you are calling for the image in the IMAGES folder use this <img src="images/mypic.jpg">
If the HTML is someplace NOT in the root folder then you will have to navigate to the images folder i.e. the HTML page in in a folder called WIDGET which is also in the WEB folder: <img src="../images/mypic.jpg"> I hope this helps.

Reply With Quote