Jump to content

How can I duplicate this table to make them both appear side-by-side?


Chrisj

Recommended Posts

How can I create an second table, like tableX

and then make them both appear side-by-side?

 

      
<table class="tableX">            
<thead>                
<tr>                    
<th class="type">Type</th>                    
<th>Number</th>                
</tr>            
</thead>            
<tbody>                
<tr>                    
<td>x</td>                    
<td>1</td>                
</tr>                
<tr>                    
<td>y</td>                    
<td>2</td>                
</tr>            
</tbody>        
</table>        

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.