Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Html Table Rows Problem [solved]
Eggie
post Feb 23 2008, 09:16 AM
Post #1


Advanced Member
Group Icon

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
Go to the top of the page
 
+Quote Post
yordan
post Feb 23 2008, 01:19 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,957
Joined: 16-August 05
Member No.: 7,896



Congrats, Eggie, you solved the problem by yourself, that's the first step toward smile.gif perfection.
Go to the top of the page
 
+Quote Post

Fast ReplyReply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Basic Tips and Tricks in HTML(15)
  2. Error 406 - Problem In My Phpbb Forum(8)
  3. Mozilla Firefox And Runescape(10)
  4. Free Shoutbox? HTML, Flash or PHP Code(24)
  5. Problem: I Need Urgent Help. Can't Boot.(9)
  6. Einstein Quiz(29)
  7. XP Problem: Clicking On Folder Opens Search(4)
  8. Need To Hack An Admin Account On Xp... No Problem!(61)
  9. Laptop Overheating(15)
  10. Problem With The ReadOnly Property(3)
  11. Blue Screen - irql_not_less_or_equal(29)
  12. Spam Problem On My Forums(25)
  13. Frustrating Problem With XP On Laptop(19)
  14. Tutorial: Dreamweaver, 3ds Max, Flash, Html, Css(8)
  15. Internet Explorer 7 Problem(8)
  1. Fedora Core 6 Install Problem(6)
  2. Trojan / Virus Problem ,please Help(17)
  3. A Gaiaonline Problem(8)
  4. Administrator Account Problem In Microsoft Xp [solved](19)
  5. Problem With Move_uploaded_file()(5)
  6. Problem With Acdsee(4)
  7. Increase Your Knowledge Of Html Language(11)
  8. Yaml - (x)html/css Framework(2)
  9. Need To Edit A Wav File [solved](1)
  10. Style P And H? Html Tags(2)
  11. Selecting More Than One Table(6)
  12. How To: Display A Members/user List.(2)
  13. Web Editor(0)


 



- Lo-Fi Version Time is now: 7th August 2008 - 11:49 PM