Well, I'm trying to make a new Uhh - main (?) page for my comic, And well, all the tags work, and it Does update and all that good stuff, But The problem is that I have quite a few images for the page, that don't like showing up. - Kay - this isn't even making sence to me anymore - i\ll try again.
http://vetoxzahi.comicgenesis.com << tis my comic, yay...
It's all suposed to be purple and cool, howver, I'm not really using html to make the background color, I'm using pictures... and I'm not sure where to upload the pictures to in order to get them to show up.
I've read throught all of the tutorials, but no matter what I do they don't show up. I've tried puting them into Workspace/images , and into Public_html/images but neither seem to help at all... I did a Full update and a regular update...
any help?
html/image problems :)
- Cope
- Incompetent Monster
- Posts: 7377
- Joined: Sat Jul 31, 2004 8:37 pm
- Location: Masked man of mystery
- Contact:
You seem to be linking to your images like this:
Making your links like that won't work, since they'll end up leading to the root directory, and your images are located in the /images folder.
Include /images/ before your filenames, like so:
Code: Select all
<img src="templogo.jpg">
Include /images/ before your filenames, like so:
Code: Select all
<img src="/images/templogo.jpg">