Ver Mensaje Individual
  #15 (permalink)  
Antiguo 15/04/2009, 16:59
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 10 meses
Puntos: 2
Respuesta: Centrado Vertical...efecto lightbox

Hola willyfc, espero este en lo correcto pero esto es lo k tuve en el primer include del index:
Código php:
Ver original
  1. <html>
  2. <head>
  3. <title>Top</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. </head>
  6.  
  7. <body>
  8. <table border="0" width="100%" height="124" align="center" cellspacing="0" bgcolor="#007DFB">
  9. <tr>
  10.     <td colspan="9" align="left" valign="bottom" height="75">&nbsp;&nbsp;<img src="img/dynamic5.gif"></td>
  11.     <td colspan="2" width="62%" align="right" valign="top" class="rolex">
  12.     <script>document.write(showdate(new Date()))</script>
  13.     </td>
  14. </tr>
  15. </table>
  16. </body>
  17. </html>

Pero por la advertencia k me diste(te fijaste que tienes 2 páginas en una?, donde comienza el body comienza otro html...), modifik quitandole el html,head,/head,body,/body,/html:
Código php:
Ver original
  1. <table border="0" width="100%" height="124" align="center" cellspacing="0" bgcolor="#007DFB">
  2. <tr>
  3.     <td colspan="9" align="left" valign="bottom" height="75">&nbsp;&nbsp;<img src="img/dynamic5.gif"></td>
  4.     <td colspan="2" width="62%" align="right" valign="top" class="rolex">
  5.     <script>document.write(showdate(new Date()))</script>
  6.     </td>
  7. </tr>
  8. </table>
Estoy por buen camino, a esto te referiste k modificara mi codigo...gracias por la ayuda de antemnao.