Page 1 of 1

another question! I cant get my rant to post right!

Posted: Sat May 22, 2004 10:35 am
by Threesteps

Code: Select all

<body>
 ***first_day*** ***previous_day*** ***next_day*** ***last_day***
 <table><tr bgcolor="#00FFFF"><td>YAY FOR RANTS!! I am just now putting up a real rant. Isnt that just sad? my website is finally the way i kind of like it and if this color scheme works, it'll stay this way. I've had a good week as far as school goes. it was a slow week, but...ok. Next week will be positively hell. i've got SOls! (exams). One a day ALL WEEK. *shudder* see you next time,<br>
Me...</td></tr></table></p>
<p align="center">
</body> 
Thats the code i used! what am i doing wrong!!
heres whats happening http://threesteps.keenspace.com

Posted: Sat May 22, 2004 11:01 am
by Maximuscoolman
well i can tell you that you need to put a http:// in the URL in your signature.
as for what you are doing wrong... what exactly would be right? i can read the rant, i don't see the problem here.

Posted: Sat May 22, 2004 11:08 am
by Threesteps
i want it at the bottom of my comic, not the top!

Re: another question! I cant get my rant to post right!

Posted: Sat May 22, 2004 12:35 pm
by Sixguys
The code you listed doesn't have ***todays_comics*** anywhere in it -- THAT'S what has to be ABOVE your "rant space". Wherever ***todays_comics*** is, your comic will show.

For example (plus I cleaned it up a bit)...

Code: Select all

<body or div or table or whatever>
<h1>3 easy steps for failure</h1>
<h2>by Aaron Moore</h2>
<p>OPTIONAL -- copy and paste navigation KeenTags here</p>
<p>***todays_comics***</p>
<p>***first_day*** ***previous_day*** ***next_day*** ***last_day***</p>
<table><tr><td bgcolor="#00FFFF">RANT GOES HERE</td></tr></table>
</body or div or ...>

Posted: Sat May 22, 2004 3:22 pm
by Phalanx
http://thejaded.keenspace.com/workshop/Text.html

Try renaming your rants YYYYMMDDrant.txt instead.

Posted: Sat May 22, 2004 3:25 pm
by Faub
Take out the body tags. This text will be inserted into your HTML as if the two were never apart.