|
|
|
|
![]() ![]() |
Feb 23 2008, 09:16 AM
Post
#1
|
|
|
Advanced Member Group: Members Posts: 130 Joined: 19-January 08 From: Zagreb/Croatia Member No.: 27,735 |
ok...i have a problem with aligning rows in a table...
i have this table.. i need to align that row with "Players Registered" goes over the whole table...and column with numbers does not spread like that with row which is upon it... CODE <table border=1 bordercolor=red align=right> <td>Players Registered</td> <tr><td> <?php $osel = mysql_query("select * from members"); while ($online = mysql_fetch_array($osel)) { ?><tr><?php $s=$online['username']; $id=$online['id']; $i++; ?><td><?php echo $online['id'];?></td> <?php ?> <td> <?php echo $s;?></td> <?php ?></tr><?php }?> </td></tr> </table> SOLVED! CODE <TH colspan="2">Players Registered</TH>
This post has been edited by yordan: Feb 23 2008, 01:20 PM |
|
|
|
Feb 23 2008, 01:19 PM
Post
#2
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 1,886 Joined: 16-August 05 Member No.: 7,896 |
Congrats, Eggie, you solved the problem by yourself, that's the first step toward
|
|
|
|
![]() ![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th July 2008 - 08:11 AM |