Quote:
Originally Posted by ngb1959
Hi, I was searching the internet for help with putting my pictures on my website. I know how to <img src=""> etc., but how do I .....
NOT have to put in the whole http://www. etc. thing
http:///www.mysite.com/graphics/pic1.jpg
each time I want to add a pic to my page?
Isn't there some kind of shortcut that I can use to where I only have to do this ?
/grapics/pic2.jpg
??
Thanks so much for your help.
Nina
|
Nina,
You might do a search on "relative html linking" or something similar. Sometimes you will need a ../ in front of the file you are pulling the images from. Or just img src graphics/pic.jpg It all depends on where the images are on your site.
hth
