Siempre centrado

Hola mucho gusto, estoy utilizando dreamweaver y quería saber como puedo hacer que una tabla o una imagen siempre este centrada sin importar si hacen grande la ventana o la cambian de tamaño, que se ajuste siempre al centro... Agradecería mucho tu ayuda!

1 respuesta

Respuesta
1
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center"><img src="" width="250" height="250" /></div>
</td>
</tr>
</table>
</body>
</html>

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas