Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/10/2011, 10:10
Avatar de ricardo_tu
ricardo_tu
 
Fecha de Ingreso: noviembre-2010
Ubicación: Mas aca del mas alla
Mensajes: 222
Antigüedad: 13 años, 5 meses
Puntos: 32
Respuesta: Idea para una pagina

Hola Series y saludos a todos. Creo que lo deseas hacer resultaria con embed. Creo que tu pregunta no se responde con codigo php, sino con html.
Código HTML:
<!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>Documento sin t&iacute;tulo</title>
</head>

<body>
<table width="426" height="381" border="0" cellspacing="10">
  <tr>
    <td width="120" height="120"><EMBED 
   SRC="http://www.forosdelweb.com/"
   HEIGHT=120 WIDTH=120></td>
    <td width="120" height="120">&nbsp;</td>
    <td width="120" height="120">&nbsp;</td>
  </tr>
  <tr>
    <td width="120" height="120">&nbsp;</td>
    <td width="120" height="120">&nbsp;</td>
    <td width="120" height="120">&nbsp;</td>
  </tr>
  <tr>
    <td width="120" height="120">&nbsp;</td>
    <td width="120" height="120">&nbsp;</td>
    <td width="120" height="120">&nbsp;</td>
  </tr>
</table>
</body>
</html> 
Pudes ver mas detalles en http://www.htmlcodetutorial.com/embe...ts/_EMBED.html ya que con un poco de trabajo es posible lograr un muy buen resultado.

Otra forma es con iframe

Código HTML:
<td width="120" height="120"><iframe src='http://www.forosdelweb.com/' width="120" height="120" marginheight="0" frameborder="0"></iframe></td> 
__________________
La ciencia al poder. Pazciencia ya viene

Última edición por ricardo_tu; 06/10/2011 a las 10:16