View Full Version : My tables were positioned correct earlier, what happened?!!


Pnapple
07-12-2004, 06:08 PM
Here is my code:

<p><img src="http://img21.exs.cx/img21/5294/Untitled-64.jpg" style="position: absolute; top: 200px; left: 500px;"><p><p><table border="1" cellspacing="0" cellpadding="4.5" width="180" align="middle">
<tr>
<td bgcolor="#FFCC00" width="200" colspan=4><font face="impact" size="2" color="#FF0000">Welcome</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="180"><font face="Comic Sans MS" size="2.5" color="#3399FF">* To guild Toontastic Toontown! This guild is for fans of Disney's Toontown Online.</font></td>
</tr>
</table><br>
<img src="http://img21.exs.cx/img21/9616/Untitled-65.jpg" style="position: top: 350px; left: 281px;"><br><form ACTION=URI><textarea rows="7" cols="35" style="background-color:#ffffff; font-family:Comic Sans MS; color:#0099FF; border-style:dashed" style="position: absolute; left: 360px; top: 320px"> Updates & News July 10th- *Updated guild layout. *Added a few things to the guild web.</textarea></form><p><p><p><table border="1" cellspacing="0" cellpadding="4" width="200" style="position: absolute; left: 288px; top: 436px>
<tr>
<td bgcolor="#FFCC00" width="200" colspan=4><font face="impact" size="2" color="#FF0000">Contests & Giveaways</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="180"><font face="Comic Sans MS" size="2.5" color="#3399FF"><b>*All Contests and Giveaways can now be found on the guild website!</b> =)</font></td>
</tr>
</table><br> And here is the site if you want to actually look at it, I still can't figure out how my tables got like that!

http://www.neopets.com/guilds/guild.phtml?oid=_toontastic_toontown

Edit: some how I can't get the above link to work. change _tastic_toontown to _toontastic_toontown :rolleyes:

ctt
07-12-2004, 09:31 PM
I don't see what's wrong with them, but I wouldn't use absolute positioning anyway - things can get messed up that way if you have random events, new events, etc. you could try tables to make things show up in the same spot every time :) if you have questions about it you can ask me

Pnapple
07-17-2004, 09:01 PM
How do I make them appear in the same spot EVERY time/

Pnapple
07-18-2004, 03:34 AM
anyone?