Page 1 of 1
Posted: Mon Nov 19, 2001 2:59 am
by Green Wiggly
What belongs in there? I'm wondering if I might have screwed anything up. I can't get my index template to update at all, I don't have a copy of my index template in my webpages folder, and I don't know what else to try.
Posted: Mon Nov 19, 2001 4:45 am
by Atrus
It's rare that you have to mess with your public_html/ directory. The page you see when you visit <A HREF="http://<b>yourcomic</b>.keenspace.com/" TARGET=_blank>http://<b>yourcomic</b>.keenspace.com/</A> is made from your indextemplate.html file, which should be in your workspace/ directory. Non-comic pages, such as fanart pages, shold be put in the workspace/webpages/ directory, link to them as <b>whatever</b>.html, forget that they were in a directory named webpages/ Don't worry if your files mysteriously disappear, they're supposed to (except the two template files). Put your images in workspace/images/ and link to them on your site using images/<b>whatever.gif</b>, in your dailytemplate.html link to things using ../<b>whatever.html</b> or ../<b>whatever.gif</b> You can use any image format you want, of course.<P>------------------
"The more code you write, the more of your humanity you lose. After a point, you are no longer able to interact normally with humans."
-from Programmer: The Coding
by Notyet Kreated<P>Visit Maniacal Advantage, read the Legend of Webcomic War story <A HREF="
http://maniacaladvantage.keenspace.com/" TARGET=_blank>
http://maniacaladvantage.keenspace.com/</A>
Posted: Mon Nov 19, 2001 9:24 am
by Green Wiggly
Thank you very much.