Webpages......huh?
- J-Buckleyline
- Regular Poster
- Posts: 169
- Joined: Fri Jun 14, 2002 9:45 am
- Location: The leyline between heaven and earth.
- Contact:
Webpages......huh?
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!
- Nick Sacco
- Regular Poster
- Posts: 181
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Clearwater, FL
- Contact:
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?
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
Author and Artist of DUKTAP - The Heavy Metal Webcomic
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
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
- Nick Sacco
- Regular Poster
- Posts: 181
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Clearwater, FL
- Contact:
The question was really how I trigger just a webpage to be updated.Atrus wrote:do I need to run an update to make a new page so it'll get the proper Keen tags?
yes.
...then I read the manual-update page, and my question was answered. I did a regular update, and everything is fine.
Nick Sacco
Author and Artist of DUKTAP - The Heavy Metal Webcomic
Author and Artist of DUKTAP - The Heavy Metal Webcomic