Pues eso. si solo tengo una tabla tiene la anchura total de la pagina y quiero que mida unos 80px y alinearla a la izquierda. He probado con width pero nada. Y otra cosa importante donde tendría que ponerlo. Este es el código de la tabla:
<table align="center" border="4" height="20px" width="50px">
<tr>
<th> Novedades </th>
</tr>
<tr>
<td bgcolor="red" height="20px" width="50px">Mayas</td>
</tr>
<tr>
<td bgcolor="yellow" height=20 width="50px">Atlantes</td>
</tr>
</table>
Un saludo.
<table align="center" border="4" height="20px" width="50px">
<tr>
<th> Novedades </th>
</tr>
<tr>
<td bgcolor="red" height="20px" width="50px">Mayas</td>
</tr>
<tr>
<td bgcolor="yellow" height=20 width="50px">Atlantes</td>
</tr>
</table>
Un saludo.