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]
Images on Website
- PieceOfSkunk
- Cartoon Hero
- Posts: 1350
- Joined: Tue Jan 13, 2004 1:42 pm
- Location: DFW TX USA
- Cope
- Incompetent Monster
- Posts: 7378
- Joined: Sat Jul 31, 2004 8:37 pm
- Location: Masked man of mystery
- Contact:
Re: Images on Website
I assume he means your <img> tags. For example, this code...
...should be this:
Code: Select all
<img src="Images/MARs%20Symbols.jpg">Code: Select all
<img src="/images/MARs%20Symbols.jpg">
