Code: Select all
<div>
<table>
<tr>
<td>Blah</td>
</tr>
</table>Code: Select all
div
{
margin-left: 21em;
margin-right: 9em;
}
table
{
width: 100%;
}Moderator: General Moderators
Code: Select all
<div>
<table>
<tr>
<td>Blah</td>
</tr>
</table>Code: Select all
div
{
margin-left: 21em;
margin-right: 9em;
}
table
{
width: 100%;
}