Jump to content

[SOLVED] table problems...


almightyegg

Recommended Posts

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 problem.png

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.