Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/08/2010, 11:37
Dr_Chichi
 
Fecha de Ingreso: septiembre-2006
Mensajes: 330
Antigüedad: 18 años, 2 meses
Puntos: 2
Respuesta: Ayuda como integrar MG2 a mi pagina index.html

bueno supongamos que quiero ponerlo en X lugar del index lo agregaria asi

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>galeria</title>
</head>

<body>

<table width="756" height="1237" border="0">
  <tr>
    <td rowspan="2">Aqui noticis que quieras agregar o algo asi </td>
    <td height="190">aqui un menu un banner o loq ue sea </td>
  </tr>
  <tr>
    <td height="1039"><iframe align="top" height="1039" width="100%" frameborder="0" allowtransparency="0" scrolling="auto" src="mg2/index.php"></iframe></td>
  </tr>
</table>
</body>
</html>
es la mejor forma