Images on Website

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
Sedition
Regular Poster
Posts: 26
Joined: Sun Apr 09, 2006 4:42 pm
Location: Ohio
Contact:

Images on Website

Post 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]

User avatar
PieceOfSkunk
Cartoon Hero
Posts: 1350
Joined: Tue Jan 13, 2004 1:42 pm
Location: DFW TX USA

Post by PieceOfSkunk »

Your tags need to be in the format "/images/imagename.jpg".

Sedition
Regular Poster
Posts: 26
Joined: Sun Apr 09, 2006 4:42 pm
Location: Ohio
Contact:

Post by Sedition »

What do you meab by tags?

User avatar
Cope
Incompetent Monster
Posts: 7378
Joined: Sat Jul 31, 2004 8:37 pm
Location: Masked man of mystery
Contact:

Re: Images on Website

Post 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">
Image Image
"I've always been fascinated by failure!" -Charlie Brown

Post Reply