my logo apears on every page except the most current. any thoughts?
yoyoboy.comicgenesis.com
logo [solved]
Re: logo
Judging from your HTML files, your title is not appearing on your index page because you put the link for it up inside the <title> tag, instead of down in the <body>. You've got it in both places in your archives, so the title is there, but the bar at the very top of a visitor's browser, instead of saying "Yoyoboy and Cheeseman", reads "< img src=/images/logo.gif align=center>".
- Cope
- Incompetent Monster
- Posts: 7363
- Joined: Sat Jul 31, 2004 8:37 pm
- Location: Masked man of mystery
- Contact:
Re: logo
Actually, the problem seems to be simpler than that; you have a space between your "<" and "img" characters. i.e:
-V---remove the space from there.
< img src=/images/logo.gif align=center>
-V---remove the space from there.
< img src=/images/logo.gif align=center>



