Is there a way I can have these two tables next to each other, rather than one below the other?Code:<table> <tr> <td>Cell 1, 1</td> <td>Cell 1, 2</td> <td>Cell 1, 3</td> <td>Cell 1, 4</td> </tr> </table> <table> <tr> <td>Cell 2, 1</td> <td>Cell 2, 2</td> <td>Cell 2, 3</td> <td>Cell 2, 4</td> </tr> </table>




Reply With Quote