• https://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.

  • The topic ‘Multiple HTML Tables One Row’ is closed to new replies.