Jump to content

table width problem


sungpeng

Recommended Posts

<table width"500"><tr><td width"500">
<?php $selectquerys = "SELECT * FROM users where llid='$llid'";
$results = mysql_query($selectquerys);
$rows = mysql_fetch_array($results);
echo "$rows[description]<br/>"; ?></td></tr></table>

 

Have some problem with table width. If like say my $rows[description] length is longer than table length width="500", I need it to go to the next row. Currently it will auto increase the table width to the $rows[description] length? why is that so? Can anyone help pls?

???

Link to comment
https://forums.phpfreaks.com/topic/160882-table-width-problem/
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.