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 Link to comment https://forums.phpfreaks.com/topic/82952-solved-table-problems/ 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>. Link to comment https://forums.phpfreaks.com/topic/82952-solved-table-problems/#findComment-421893 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'> Link to comment https://forums.phpfreaks.com/topic/82952-solved-table-problems/#findComment-421913 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.