hi all,
I designed a simple html web page with pics and go up and go down links to navigate inside the page. but after I sent it to a friend it was ok until he clicked one of the take me to top links ... all the pics were gone and replaced by small boxes with an x inside them.
what have I done wrong ?

Recommended Answers

All 3 Replies

You'll have to post some code or provide a link.

I think problem is in path declaration if you used absolute path like C:/My Website/img/img1.jpg , you should replace it with relative coding such as img/img1.jpg where HTML document is in "My Website" folder

1. keep the images in a folder called img(which should be in the folder you are sending).
2. reference them as: img/img name here
3. make sure you sent your friend the images! If he doesnt have them the x shows up which means it couldnt find the image!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.