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

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
Threesteps
Newbie
Posts: 9
Joined: Tue Mar 30, 2004 12:41 pm

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

Post 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

User avatar
Maximuscoolman
Regular Poster
Posts: 600
Joined: Mon Dec 15, 2003 2:00 pm
Location: Nottingham
Contact:

Post 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.
-Maximus

Thanks go to Richard Wyatt for my avatar which he drew in Dansk Folly.

Threesteps
Newbie
Posts: 9
Joined: Tue Mar 30, 2004 12:41 pm

Post by Threesteps »

i want it at the bottom of my comic, not the top!

User avatar
Sixguys
Regular Poster
Posts: 61
Joined: Thu Jul 24, 2003 9:03 am
Location: Detroit Area, MI, USA
Contact:

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

Post 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 ...>
The 6 GUYS In My Head
By Brian Malerich
http://www.6GUYS.com/
Your brain will never work the same way again.

User avatar
Phalanx
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3737
Joined: Thu Mar 06, 2003 11:46 am
Location: Superglued to the forum by Yeahduff
Contact:

Post by Phalanx »

http://thejaded.keenspace.com/workshop/Text.html

Try renaming your rants YYYYMMDDrant.txt instead.
Image
The Jaded - Action. Adventure. Danger. For Hire.
Lonely Panel - Explore. Travel. Comics.

User avatar
Faub
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3698
Joined: Tue May 20, 2003 2:53 pm
Location: Missouri, USA
Contact:

Post by Faub »

Take out the body tags. This text will be inserted into your HTML as if the two were never apart.

Post Reply