Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112536

tylerarnold23 on "Multiple HTML Tables One Row"

$
0
0

http://www.therunnersports.com for reference.

I want to make multiple separate tables on the same line.

using a very simple table script. and the purpose of this is to display sports scores. so its a waste if its one game across the whole page. and it looks sloppy if they're connected

here's the script:

<table>
<tr>
<td> Data 1 </td> <td> Data 2 </td> 
</tr>
<tr>
<td> Data 3 </td> <td> Data 4 </td> 
</tr>
</table>

and when i put when next to it their border just mush together almost looking like one.


Viewing all articles
Browse latest Browse all 112536

Trending Articles