Jump to content

[SOLVED] 2 tables


Aravinthan

Recommended Posts

Hi,

 

I am trying to put 2 tables next to each other...

 

But it keeps going on the bottome, even if there is alot of space next to each other...

 

WHy is that?

 

Here is the table code:

<table>
 			<caption>Meilleurs Buteurs</caption>
 			<thead>
 				<tr>
 					<th>Nom</th>
 					<th>PJ</th>
 					<th>Bts</th>
 				</tr>
 			</thead>
 			<tfoot>
 				<tr>
 					<th colspan='3'> </th>
 				</tr>
 			</tfoot>
				<tr>
					<td>Name</td>
					<td>PJ</td>
					<td>Goals</td>
				</tr>
				<tr class="odd">
					<td>Name</td>
					<td>PJ</td>
					<td>Goals</td>
				</tr>
				<tr>
					<td>Name</td>
					<td>PJ</td>
					<td>Goals</td>
				</tr>
			</table> 
		<table>
 			<caption>Meilleurs Pointeurs</caption>
 			<thead>
 				<tr>
 					<th>Nom</th>
 					<th>PJ</th>
 					<th>Pts</th>
 				</tr>
 			</thead>
 			<tfoot>
 				<tr>
 					<th colspan='3'> </th>
 				</tr>
 			</tfoot>
				<tr>
					<td>Name</td>
					<td>PJ</td>
					<td>Points</td>
				</tr>
				<tr class="odd">
					<td>Name</td>
					<td>PJ</td>
					<td>Points</td>
				</tr>
				<tr>
					<td>Name</td>
					<td>PJ</td>
					<td>Points</td>
				</tr>
			</table>

Link to comment
https://forums.phpfreaks.com/topic/170558-solved-2-tables/
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.