Forum Moderators: not2easy
<table style="width: 300px">
<tr>
<td>
<p>Text 1 here.</p>
</td>
<td>
<p>Text 2 here.</p>
</td>
</tr>
<tr>
<td>
<p>Text 3 here.</p>
</td>
<td>
<p>Text 4 here.</p>
</td>
</tr>
</table>
Right now, the table is aligned with the left margin of the page, and I'd like it to be centered between the left and right margins.
Help!