Webpages......huh?

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
J-Buckleyline
Regular Poster
Posts: 169
Joined: Fri Jun 14, 2002 9:45 am
Location: The leyline between heaven and earth.
Contact:

Webpages......huh?

Post by J-Buckleyline »

How do you make webpages and link them and on your indextemplate? :-?
The best thing to happen to some people,is Resident Farmer. The best thing to happen to me is cel-shaded graphics and translated Japanese Anime. Whoo-hoo!

User avatar
Nick Sacco
Regular Poster
Posts: 181
Joined: Fri Jan 01, 1999 4:00 pm
Location: Clearwater, FL
Contact:

Post by Nick Sacco »

All webpages go in the /workspace/webpages/ folder.

And I was just about to post another question, so I may as well do it here; do I need to run an update to make a new page so it'll get the proper Keen tags?
Nick Sacco
Author and Artist of DUKTAP - The Heavy Metal Webcomic

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

Post by Atrus »

do I need to run an update to make a new page so it'll get the proper Keen tags?

yes.

How do you make webpages and link them and on your indextemplate?

As Nick Sacco mentioned, you put non-index pages in workspace/webpages to be processed. Please note that they'll pop out in the root directory of your site, so you would link to "/somepage.html" not "/webpages/somepage.html". Those "/"s at the begining are important because your achive pages are in a diffrent directory. So just put them in to avoid headaches.

To summarize all of that stuff:
write your links and image tags like this:
<a href="/somepage.html">some text or something</a>
<img src="/images/someimage.jpg" />
instead of this:
<a href="wepages/somepage.html">some text or something</a>
<img src="images/someimage.jpg" />
to make everything work

User avatar
Nick Sacco
Regular Poster
Posts: 181
Joined: Fri Jan 01, 1999 4:00 pm
Location: Clearwater, FL
Contact:

Post by Nick Sacco »

Atrus wrote:do I need to run an update to make a new page so it'll get the proper Keen tags?

yes.
The question was really how I trigger just a webpage to be updated.

...then I read the manual-update page, and my question was answered. I did a regular update, and everything is fine. :lol: I thought that it would only update a comic.
Nick Sacco
Author and Artist of DUKTAP - The Heavy Metal Webcomic

Post Reply