Sorry to bother you all again, but this is really bugging me. I managed to get the index page the right colors. But for some reason, this doesn't carry over to the archive. Do I have to do this for that page as well? If so, how?
Also, what do I name the jpeg I made for the comic title so it shows up? I have been looking forever and a day, but can't find that particular tag name...
Yet another problem...
- Whiterabbit
- Newbie
- Posts: 10
- Joined: Tue Sep 12, 2006 10:02 am
- Location: Out of my mind, back in 5 minutes.
- Contact:
It would be helpful to have a link to your comic, WhiteRabbit!
Colors: The front page and the archive are two separate html files. So just changing color on the front page does not affect the "back issue" pages. To change the color in the archives, you must edit the html file entitled "dailytemplate.html"
Title Banner: The title banner does not show up automatically. You have to upload the banner to your images file, then insert the html code to display it into the indextemplate.html and dailytemplate.html.
Colors: The front page and the archive are two separate html files. So just changing color on the front page does not affect the "back issue" pages. To change the color in the archives, you must edit the html file entitled "dailytemplate.html"
Title Banner: The title banner does not show up automatically. You have to upload the banner to your images file, then insert the html code to display it into the indextemplate.html and dailytemplate.html.
- Whiterabbit
- Newbie
- Posts: 10
- Joined: Tue Sep 12, 2006 10:02 am
- Location: Out of my mind, back in 5 minutes.
- Contact:
D'oh! Sorry 'bout that. ^_^;;
http://whiterabbit.comicgenesis.com
And could you tell me the code to put the banner in?
http://whiterabbit.comicgenesis.com
And could you tell me the code to put the banner in?
The same way you put in any other image:
Obviously you replace folder/yourimage.png with your own image.
Code: Select all
<img src="folder/yourimage.png">- Whiterabbit
- Newbie
- Posts: 10
- Joined: Tue Sep 12, 2006 10:02 am
- Location: Out of my mind, back in 5 minutes.
- Contact:
- Whiterabbit
- Newbie
- Posts: 10
- Joined: Tue Sep 12, 2006 10:02 am
- Location: Out of my mind, back in 5 minutes.
- Contact:
