Nov 8, 2009

Html Table Rows Problem [solved]

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting

Html Table Rows Problem [solved]

Eggie
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>

 

 

 


Comment/Reply (w/o sign-up)

yordan
Congrats, Eggie, you solved the problem by yourself, that's the first step toward smile.gif perfection.

Comment/Reply (w/o sign-up)

(G)raman
link to the retrieve data from mysql
Html Table Rows Problem [solved]

I retrieved the data from mysql, and I display that in a html table ,but I have to make that retrieve data as a link , for one row I have two or three data,how can I change in to link... -reply by raman


Comment/Reply (w/o sign-up)

(G)candy
Need help creating table
Html Table Rows Problem [solved]

I can use this code to create a table but I cant seem to figure out how to get each answer into it's own individual cell. Can someone please help. It is a simple code.  below is the table I created.

<?php
$output .= '';
Echo "<h1>Table</h1>";
Echo "<table border='1' width '250'><td>";

for ($counter = 1; $counter <= 10; ++$counter){
    

    for ($number = 1; $number <=10; ++$number)

    {   
    $output .= $counter * $number . ' ' ;
    }
    $output .= '<br />';
}
Echo "</table>";
Include 'multiply.Html.Php';
?>

 

Table


1 2 3 4 5 6 7 8 9 10
2 4 6 8 10 12 14 16 18 20
3 6 9 12 15 18 21 24 27 30
4 8 12 16 20 24 28 32 36 40
5 10 15 20 25 30 35 40 45 50
6 12 18 24 30 36 42 48 54 60
7 14 21 28 35 42 49 56 63 70
8 16 24 32 40 48 56 64 72 80
9 18 27 36 45 54 63 72 81 90
10 20 30 40 50 60 70 80 90 100

-question by candy

 

 

 


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Html Rows Solved


    Looking for html, table, rows, problem, solved,

See Also,

*SIMILAR VIDEOS*
Searching Video's for html, table, rows, problem, solved,
advertisement



Html Table Rows Problem [solved]

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com