The banner, navigation buttons, and advertisements on my site (liberfelix.comicgenesis.com) refuse to show up. They are named with the correct tags, and loaded into the workspace then into the public folder, and they fail to show up. I already have five comics up (which I read could a be a factor), however that has failed to help.
On an unrelated note, how can I set a default size for my comics to appear as? As anyone going to my site may notice, the updates are extremely large. If not that, perhaps what would be a good size to save them as?
Problem with Banners and Navigation
-
Master_Android
- Newbie
- Posts: 2
- Joined: Sat Mar 25, 2006 4:51 am
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
As far as the comic's actual size goes, the easiest thing to do would be to just resize it in your graphics program yourself.
I don't see in your source code anything for a banner or any extra images, but are you sure you named your navigation buttons correctly? I'm not positive, but I think the extention also has to be lowercase; .gif is not the same as .GIF in this case.
I don't see in your source code anything for a banner or any extra images, but are you sure you named your navigation buttons correctly? I'm not positive, but I think the extention also has to be lowercase; .gif is not the same as .GIF in this case.
-
Master_Android
- Newbie
- Posts: 2
- Joined: Sat Mar 25, 2006 4:51 am
And yet...
I just find this hard.f not that, perhaps what would be a good size to save them as?
Also, they appear to be named correctly. I don't know what the problem is.
- MightyFoxling
- Newbie
- Posts: 17
- Joined: Thu Nov 24, 2005 8:50 am
- Location: Hell
- Contact:
Mercury is right, there's no code on your page for any extra images. Are you sure you uploaded the edited version of your new indextemplate into your FTP? If you edited it, but then forgot to upload and just simply closed it and exited your FTP Client, that may be why there are none there.
Also:
As well, there must be some problem with how you'd named your Navigation picture. Make sure they're right, then try reuploading them to your public_html/images folder, and run an update.
Hope that helps.
Also:
Are you uploading them into both? You only need to upload them into your public_html/images folder, and then properly reference them in your code:They are named with the correct tags, and loaded into the workspace then into the public folder, and they fail to show up.
Code: Select all
<IMG src="/images/image.gif">Hope that helps.

