View Single Post
  #1  
Old 03-12-2009, 04:07 PM
rosepose rosepose is offline
Member
 
Join Date: Jan 2009
Posts: 127
Credits: 14,271
rosepose
Default Tables in myadoptables.php

I want to put something like this:
Code:
<table style='width: 580px' class='vamid'><tr><th>Picture</th><th>Name</th><th>Level</th><th>Get Code</th><th>&nbsp;</th><th>Kill</th><th>Level</th><th>Clicks</th></tr><tr><td><a href="/view/Gvee"><img src="http://solaeria.com/images/3-09/309categg1.png" alt='Adult (♂) Image'/></a></td><td>Kairran</td><td><a href="http://solaeria.com/levelup.php?id=1">Level Up</a></td><td><a href="http://solaeria.com/manage.php?id=1&action=bbcode">Get Code</a></td><td>&nbsp;</td><td><a href= http://solaeria.com/manage.php?id=1&action=delete >Kill</a></td><td>0</td><td>99</td></tr></table>
Into my myadoptables.php page. The idea is that instead of everything being extremely spaced out and making the page huge, everything is spaced horizontally instead.

Well, it works OK, but I need a place to put my
Code:
</table>
tag so that it doesn't repeat. Where on the page can I place it?

-Rose
Reply With Quote