almightyegg Posted December 23, 2007 Share Posted December 23, 2007 I have code (I used view source because PHP is involved in the values) and it is: <tr> <td width='100'><b>Product</b></td> <td width='100'><b><a href='index.php?code=flamh&sort=higham'>Amount</a></b></td> <td width='100'><b><a href='index.php?code=flamh&sort=totalc'>Total Cost</a></b></td> <td width='100'><a href='index.php?code=flamh&sort=lowcost'><b>Cost per</B></a></td> <td width='100'><a href='index.php?sort=seller'><b>Seller</b></a></td> <td width='100><b>Actions</b></td> </tr> <tr> <td><a href='index.php?code=flamh&sortby=seller'>Flame Herb</a></td> <td>100</td> <td>5,000</td> <td>50.00</td> <td><a href='/player/view.php?id=1'>Lord of the Abyss</a></td> <td><a href='delete.php?id=1'>[Del]</a></td> </tr> </table> Yet it shows like But as you can see from the code it should have 2 rows...not 1 long one any help would be great Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 23, 2007 Share Posted December 23, 2007 try setting your tables width and not just the individual <td>. Quote Link to comment Share on other sites More sharing options...
almightyegg Posted December 23, 2007 Author Share Posted December 23, 2007 Sorry I didn't include the table tag, <table border='0' width='600' bgcolor='#121212'> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.