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