The public html folder.

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
Green Wiggly
Regular Poster
Posts: 47
Joined: Fri Jan 01, 1999 4:00 pm
Location: Brooklyn, NY,usa
Contact:

Post 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.

User avatar
Atrus
Regular Poster
Posts: 757
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post 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>

User avatar
Green Wiggly
Regular Poster
Posts: 47
Joined: Fri Jan 01, 1999 4:00 pm
Location: Brooklyn, NY,usa
Contact:

Post by Green Wiggly »

Thank you very much.

Post Reply