Page 1 of 1

Images on Website

Posted: Mon Jul 31, 2006 4:17 pm
by Sedition
Okay, so I got almost everything squared away on my site. The only issue I'm having is images in it. I can't get them to work and I don't know why. Is there a certain tag for pictures, or am I uploading them wrong?

I put them in correctly in the html code, and I upload them on the FTP server in '/workspace/images' but maybe I've named them wrong. Or done something wrong. Obviously I have. Argh, this is exteremly difficult. Sad part is, I'm only doing the index page >.< I haven't even gotten started on the other pages.

Can someone please explain what I am doing wrong with the pictures?

The link is: http://sedition.comicgenesis.com/[/url]

Posted: Mon Jul 31, 2006 4:45 pm
by PieceOfSkunk
Your tags need to be in the format "/images/imagename.jpg".

Posted: Tue Aug 01, 2006 12:37 pm
by Sedition
What do you meab by tags?

Re: Images on Website

Posted: Tue Aug 01, 2006 12:52 pm
by Cope
I assume he means your <img> tags. For example, this code...

Code: Select all

<img src="Images/MARs%20Symbols.jpg">
...should be this:

Code: Select all

<img src="/images/MARs%20Symbols.jpg">