Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/11/2008, 10:28
problemasinf
 
Fecha de Ingreso: noviembre-2008
Mensajes: 2
Antigüedad: 15 años, 4 meses
Puntos: 0
Problema enlace en tabla

Bien, intentare explicarme lo mejor que pueda.
Estoy haciendo una web en html y tb e usado css. Bien.
En la pagina Index, tengo varios enlaces, el caso esq los enlaces que me llevan a otras paginas de internet si me funcionan. Pero tengo otra pagina en html que e exo que se llama Fotos.html.. Bien. Pongo un enlance en Index, para que me lleve a la pagina de fotos, y no me funciona. Veís algún error? Los enlaces los tengo dentro de una tabla. Me podeís echar una mano? Gracias
Os pego los codigos que he usado:
ESTE NO ME FUNCIONA, y SE SUPONE QUE ME TIENE QUE LLEVAR A OTRA PAGINA HTML QUE HE CREADO Y QUE ESTA EN LA MISMA CARPETA EN MI ESCRITORIO QUE EL INDEX:

<tr>
<td background="http://www.forosdelweb.com/images/nav1bg.gif" onMouseOver="this.className='over'" onMouseOut="this.className=''" height="19"><table width="81%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><font size="1"><a href="fotos.html">Fotos</font></td></a>
</tr>
</table></td>
</tr>

Y ESTE POR EJEMPLO SI ME FUNCIONA, PORQUE ME VA A UNA PAGINA DE INTERNET:
<td background="http://www.forosdelweb.com/images/nav1bg.gif" onMouseOver="this.className='over'" onMouseOut="this.className=''" height="19"><table width="81%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><font size="1"><a href="http://www.youtube.com">Videos</a></font></td>
</tr>
</table></td>
Hay algo mal?