Page 1 of 1

...how do i put mah tagboard BESIDE the comic

Posted: Tue Mar 30, 2004 1:57 pm
by Threesteps
i cant figure it out! plz elp meh!!

Posted: Tue Mar 30, 2004 2:32 pm
by Phalanx
You need to learn HTML for that.

To be specific, Tables.

Here's a handy-dandy tutorial here:

http://hotwired.lycos.com/webmonkey/authoring/tables/

Posted: Tue Mar 30, 2004 3:26 pm
by Threesteps
A. i already know that, and i dont really feel like flipping thru a bunch of guides who dont tell me what i know..
b. IT STILL WONT WORK DAMMIT!!

Posted: Tue Mar 30, 2004 3:30 pm
by Threesteps
nevermind... i found it... sorry. i felt my html guruness being threatened...my threesteps site is being worked on... what you see is DEFINATELY TEMPORARY

Posted: Tue Mar 30, 2004 3:40 pm
by Phalanx
Next time try being more specific with your requests. Help us help you and all of that, you know ;)

Posted: Tue Mar 30, 2004 3:51 pm
by Threesteps
Yeah...i was frustrated...*hits manual update key* done! thanks

Posted: Tue Mar 30, 2004 4:14 pm
by Threesteps
great... now the comic(now in a table) wont STAY in the table when i update it and it is generated...

Posted: Tue Mar 30, 2004 4:22 pm
by Mercury Hat
You've stuck the HTML for your comic into the HTML for your tagboard. Move the keentag out of there and the problem should/might fix itself (admittedly, I know very little of HTML).

Posted: Tue Mar 30, 2004 4:24 pm
by Phalanx
You're using <p align="right">...?

sigh...

Code: Select all

<table border="0">
<tr>
<td>
INSERT TAGBOARD CODE HERE
</td>
<td>
***todays_comics***
</td>
</tr>
</table>
replace INSERT TAGBOARD CODE HERE with the actualy cut-n-paste code for tagboard and try that.

Posted: Tue Mar 30, 2004 5:18 pm
by Threesteps
i figured it out... i accidentally had a second todays comic in the middle of the tag text... :oops: