hello me againe. If you ever go onto sepand. co. uk and the clikc on the botton which saise sex on legs. (dont worry nothng graphical) we’ve put three pictures of probably my freinds. after i preview it with explorer it works fine no problem but when i actually look at it in the world wide web site it dos’nt heap up the pictures. What could the situation be.
bless you alot from sepand
Modify this:
< img src=".. /.. /My%20Documents/sepand/www/Pictures(27). jpg" width=" 480" height=" 360" >
For this:
< img src=" Pictures(27). jpg" width=" 480" height=" 360" >
For every picture.
to k thanks exceptional. Is it possibele for youto expain the explanation for this is generally there anything i can to accomplish this at the begenning next time i start making my own page
Also doese any one understand how to put Movie data on my website using Dreamvaver. Bless you
It’s related to how files reference 1 another in HTML.
This path.. /.. /My%20Documents/sepand/www/Pictures(27). jpg, tells the page to look two directories higher then into The Documents, then sepand fifth www. Essentially the photographs are stored within you My Documents folder in your local machine.
Obviously your Our Documents folder is not on line server so if you upload the information the page which is calling the shots can’t find these. Removing all the junk prior to the Picture(xx). jpg bit explains to the page that this image are available in the same folder seeing that it’s own.
That is fundamental to web site design and not specially easy to explain inside a forum – I might suggest looking on www. w3schools. com for some good tutorials on the basics of HTML PAGE.
tanks many. is it similar thing with making up a vedew file.
Yep – linking to some other file within your web root is required to follow the same guidelines.