PDA

View Full Version : Heeeellllllllllppppppppp!!!!!


Xozenroze
03-11-2004, 10:30 AM
Ok here goes. I am new at all of this and I have started a page on one of my free space web sites from comcast.

I have nothing but problems with this and had finally gotten my web site up and running the way I wanted it and now I find out that it won't display my pics that I have on my catelog.

This is really starting to irritate me and I really could use a lot of help.

Please be gentle and a little patient. I would be really greatful for any help that you offer.

I stand at your mercy.

Cherri

Here is the web site in question.
http://home.comcast.net/~rockrash/wsb/html/view.cgi-home.html-.html
Thank you again for any help or advise

pascal
03-11-2004, 11:14 AM
You can easely find it out yourself. Here is how to do it.

Right-click the image that doesn't work.
Select 'properties'.
Then you can see the URL of the image.
With you first image on that catalog-page, you get this:

file:///C|/Documents%20and%20Settings/Valued%20Customer/My%20Documents/My%20Pictures/rockrail13/XJ%20Rail%20image%20for%20web.JPG

And the second one has this:

file:///C|/Documents%20and%20Settings/Valued%20Customer/My%20Documents/My%20Pictures/CJrockers/CJ5rocker3%20for%20web.JPG
As URL.


That's a link to your hard disk, wich is (of course) incorrect.

It should be something like catalog/image1.jpg.

That is how to solve it.

If you need further help: Just ask.

Bye
Pascal

pascal
03-12-2004, 07:31 AM
//This is a respond to the PM from Xozenroze

Well, the other images on your site do work, so you know how to insert them.

Upload the images, in the same folder as the site you want images to be in.

For example: Make a new folder with the name 'catalog'.
The catalog site is something like:
/catalog/catalog.html
In that folder you also put the images
/catalog/image1.jpg
/catalog/image2.jpg

And then you can insert those images in catalog.html with this code:

<img src="image1.jpg" width="100" height="100" alt="" border="0">

So, upload and insert. That's all.

Bye
Pascal