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,886
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. Mozilla Firefox And Runescape(10)
  3. Free Shoutbox? HTML, Flash or PHP Code(24)
  4. Mp3 Player Problem: Sound In One Ear Only(8)
  5. Problem Deleting Empty Folder In Win XP(13)
  6. Ever Needs To Find Out A Table Height Or With With JavaScript(2)
  7. Einstein Quiz(29)
  8. XP Problem: Clicking On Folder Opens Search(4)
  9. Need To Hack An Admin Account On Xp... No Problem!(60)
  10. Laptop Overheating(15)
  11. Problem With The ReadOnly Property(3)
  12. Blue Screen - irql_not_less_or_equal(29)
  13. Spam Problem On My Forums(25)
  14. Frustrating Problem With XP On Laptop(18)
  15. Problem With Drag And Drop (or So It Seems).(10)
  1. Tutorial: Dreamweaver, 3ds Max, Flash, Html, Css(8)
  2. Permission Problem With Mysql Database Creation(8)
  3. Trojan / Virus Problem ,please Help(16)
  4. Problem With Purchase Credits Page(7)
  5. Administrator Account Problem In Microsoft Xp [solved](17)
  6. Problem With Move_uploaded_file()(5)
  7. Problem With Acdsee(4)
  8. Sitepoint's Css And Html Reference Sites(2)
  9. Increase Your Knowledge Of Html Language(7)
  10. Javascript Tutorial For Beginner(0)
  11. Yaml - (x)html/css Framework(2)
  12. Need To Edit A Wav File [solved](0)
  13. Style P And H? Html Tags(1)


 



- Lo-Fi Version Time is now: 6th July 2008 - 08:11 AM