Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/02/2009, 12:49
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 9 meses
Puntos: 2
Pregunta Consulta...hipervinculos no subrayados

Hola amigos,
Quisiera una ayuda con respecto a este codigo, el cual no domino bien el tema por tanto espero me sepan orientar
Código php:
Ver original
  1. <!-- <html>
  2. <head>
  3. <style type='text/css'>
  4. .tit{text-decoration: none;}
  5. </style>
  6. </head>
  7. <body>
  8. <table border="0" cellpadding="0" cellspacing="0" align="center" width="1000" class="tit">
  9. <tr>
  10.  <td height="15" colspan="6"></td>
  11. </tr>
  12. <tr>
  13.  <td height="70" colspan="6"></td>
  14. </tr>
  15. <tr>
  16.  <td align="center" height="32" width="57"><a href="index.php" class="cabecera_menu" >INICIO</a></td>
  17.  <td align="center" width="103"><a href="index.php?p=1" class="cabecera_menu">NOSOTROS</a></td>
  18.  <td align="center" width="99"><a href="index.php?p=2" class="cabecera_menu">PRODUCTOS</a></td>
  19.  <td align="center" width="79"><a href="index.php?p=3" class="cabecera_menu">NOTICIAS</a></td>
  20.  <td align="center" width="115"><a href="index.php?p=4" class="cabecera_menu">CONTACTENOS</a></td>
  21.  <td width="542" align="right" class="menu_izquierdo_texto"></td>
  22. </tr>
  23. </table>
  24. </body> -->
se requiere que los enlaces no tengan subrayado.

Gracias de antemano,