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> </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> </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
tag so that it doesn't repeat. Where on the page can I place it?
-Rose