View Single Post
  #3  
Old 03-12-2009, 05:07 PM
rosepose rosepose is offline
Member
 
Join Date: Jan 2009
Posts: 127
Credits: 10,869
rosepose
Default RE: Tables in myadoptables.php

Oh, no :3 What I'm going to do is put it 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>
Right after that stuff about "here you can view your adoptables", yadda yadda.

Then, in the PHP bit about each individual adoptable, it's like this:
PHP Code:
<tr><td><img src='".$imageurl."' border='0'></td>
<
td><b><u>".$name.":</u></b></td>
<
td><a href='levelup.php?id=".$id."'>LevelUp</a></td>
<
td><a href='manage.php?id=".$id."&action=bbcode'>Get Code</a></td>
<
td>&nbsp;</td><td><a href='manage.php?id=".$id."&action=delete'>Kill</a></td>
<
td><b".$currentlevel."</b> </td>
<
td><b".$totalclicks."</b> </td
And then I need to stick the
Code:
</table>
Tag right after that, but NOT in the PHP bit because I don't want it to loop :3

-Rose
Reply With Quote