Need help with custom HTML! Keenspace routinely writing over
Here's my problem. I want to do custom layouts for my pages, and place individual images/panels in specific places on the daily pages.<P>So, I put the comics in, update, and then take the html generated in the public_html directory and edit it to suit my needs. Then I upload it back, overwriting the original, and everything's dandy.<P>Until a couple days later, when Keenspace apparently rewrites all the html in my public_html/d/ directory, bringing them back to the way they were before - images one after another, left to right. <P>A perfect example of my problem - a recent comic where I wanted to have the character falling a really long way - but I knew that if I made an image file 7 feet long it would take forever to load. So, with HTML, made this, the correct version: <A HREF="http://cga.keenspace.com/d/20011107.html" TARGET=_blank>http://cga.keenspace.com/d/20011107.html</A> <P>When Keenspace rewrites everything, it turns it into this: <A HREF="http://cga.keenspace.com/d/20011107broken.html" TARGET=_blank>http://cga.keenspace.com/d/20011107broken.html</A> <P>Kinda screws up the feel... So can anyone please help me fix this problem?? If I put the 'today's comics' tag in the dailytemplate, it just puts them all in side by side, and eliminates the possibility of doing any custom formatting because I need to put the formatting beween the panels. <P>Please, how can I make a custom layout (html page) for each day and have it not get written over??<p>[This message has been edited by Amirai (edited 11-17-2001).]
what you can do is save the html in a text file named using the same system (YYYYMMDD.txt) and put the images used in your images/ directory or put it in public_html/comics/ for consitency, but make sure it doesn't have a number in ti. I had to do this for <A HREF="http://maniacaladvantage.keenspace.com/d/20010927.html" TARGET=_blank>this comic</A> because it required a bit of javascript<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>
"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>
- Redmoon Twilight
- Regular Poster
- Posts: 27
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Here and there
- Contact:
What I have been doing recently in my comic is to display each panel as a diferent image. I have a three cell table (header, sidebar and main) as my indextemplate and my dailytemplate. I create a whole new table with the arragement I want in a separate html file with the YYYYMMDD name. I just make sure that it only has the table coding and that it calls up the panel images from the /image directory. <P>Then is just a matter of putting the ***todays_comics*** tag in the main part of your indextemplate/dailytemplate table and have it put up whatever arragement you need for that day. <P>I hope this helps.
I tried what you guys suggested, but now my page looks like this: <A HREF="http://cga.keenspace.com/d/20011015.html" TARGET=_blank>http://cga.keenspace.com/d/20011015.html</A> <P>So it refrences the html file just fine - but it also sticks in the comics again anyways, giving me the day's comics twice. <IMG SRC="http://www.keenspace.com/forums/frown.gif"> That's from just using the today's comics tag.<P>Do you know how I can fix that??