Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2008, 07:23
Avatar de RollerSky
RollerSky
 
Fecha de Ingreso: marzo-2008
Mensajes: 123
Antigüedad: 16 años, 1 mes
Puntos: 8
Re: Posision de imagenes

Hola lo que debes hacer es meter tu web, banners etc.. entre celdas y tablas, ya que al ser resoluciones grandes se desajusta la pagina y si haces tablas y celdas la web siempre mantendra una posicion absoluta

aqui te dejo una estructura de una tabla

Código HTML:
<table width="477" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="477" height="67">&nbsp;</td>
  </tr>
  <tr>
    <td height="52" valign="top"><% fo.write("banner1");%> </td>
  </tr>
  <tr>
    <td height="52" valign="top"><% fo.write("banner2");%> </td>
  </tr>
  <tr>
    <td height="143">&nbsp;</td>
  </tr>
</table>