This should be an easy one. Just so you know, I normally write java logic, so styling is not my cup of tea, but got to do it. Anyway I just got this:

Im trying to get the tables to be side by side instead of on top of each other like this:

Here’s the HTML… thanks for your help…. Let me know if you need to see more code
<tr><tr><tr><tr><tr><tr>
<table class="link_table">
<tr>
<td>
<a href="show.addEdit_hotpart?hotPartId=0">ADD HOT PART</a>
</td>
</tr>
</table>
<table class="link_table">
<tr>
<td>
<a href="show.addEdit_hotpart?hotPartId=0">ADD HOT PART</a>
</td>
</tr>
</table>
1 Answer