PDA

View Full Version : Logo not showing


Racer23
11th of October 2006 (Wed), 08:54
My text from the header on the index page setting page pointed to a header image or logo in 1.5. Now in 2.0 it won't display the image, I have it pointed to the image correctly, but I get nothing. Any Ideas?

Pekka
12th of October 2006 (Thu), 13:53
1. http://kriswalker.com/misc/logo.png when opened in browser shows no image.
2. Also, validate your html. Image tag must be

<img src="http://kriswalker.com/misc/logo.png" alt="logo" />

not

<IMG SRC=http://kriswalker.com/misc/logo.png>

Racer23
12th of October 2006 (Thu), 21:39
Thanks part of the problem was the images were junk or corrupt. I threw something together and it worked.