Hola,
alguien podría ayudarme a hacer que funcione bien el tamaño de las celdas de este código en firefox? Al ser la resolución de la pantalla más pequeña me adapta las celdas sin tener en cuenta el tamaño de estas. Como podría solucionarlo?
Gracias
Código HTML:
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td width="500" bgcolor="red" nowrap="nowrap">.</td>
<td width="500" bgcolor="blue" nowrap="nowrap">.</td>
<td width="500" bgcolor="green" nowrap="nowrap">.</td>
</tr>
</table>
</body>
</html>