Other webpages
- Buddha_the_god
- Regular Poster
- Posts: 80
- Joined: Sat Nov 22, 2003 8:15 am
- Location: Sweden
- Contact:
Other webpages
Yeah I searched on this ^^ but couldn't find any topics that really answered my question. I'm aware that you upload your webpages into workspace/webpages, however, what do you link them as? From what I know linking doesn't work /workspace/(anything)
Re: Other webpages
Well, you upload to /workspace/webpages/buddha_the_god wrote:Yeah I searched on this ^^ but couldn't find any topics that really answered my question. I'm aware that you upload your webpages into workspace/webpages, however, what do you link them as? From what I know linking doesn't work /workspace/(anything)
then you run an update and autokeen processes the files (ie. changes ***tags*** to html code), and puts the resulting files in /public_html/
And /public_html/* = http://yoursite.keenspace.com/*
BTW, you can also make subdirectories!
Ie. you can create /workspace/webpages/stuff1 and /public_html/stuff1 and html files from the workspace one will be put into public one.
(If you don't create the directory in public_html it'll work too- autokeen will create it,, but there will be some problems, so you'd better do that yourself)
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Oualawouzou
- Cartoon Cop (Moderator)

- Posts: 1548
- Joined: Fri Jan 10, 2003 7:47 am
- Contact:
To clarify, let's say you put a page called "otherpage.html" in workspace/webpages and run a manual update. The page will be transferred to public_html. That means that your page is now available at: http://yoursite.keenspace.com/otherpage.htmlWell, you upload to /workspace/webpages/
then you run an update and autokeen processes the files (ie. changes ***tags*** to html code), and puts the resulting files in /public_html/
And /public_html/* = http://yoursite.keenspace.com/*
Now let's say you create a subfolder called "newpages" in workspace/webpages and a subfolder called the same in public_html. You upload otherpage.html to workspace/webpages/newpages, run a manual update and it is transferred to public_html/newpages. It is now available at: http://yoursite.keenspace.com/newpages/otherpage.html
- Buddha_the_god
- Regular Poster
- Posts: 80
- Joined: Sat Nov 22, 2003 8:15 am
- Location: Sweden
- Contact:
