Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/01/2005, 19:15
Matthew_182
 
Fecha de Ingreso: diciembre-2004
Ubicación: En mi ksa
Mensajes: 267
Antigüedad: 19 años, 4 meses
Puntos: 0
esto es a lo que te refieres?
Código HTML:
<html>
    <head>
         <style type="text/css">
         a:link { 
         text-decoration:none;
         background-color:#ffffff;
         color:#000000; 
         }
         a:hover { 
         text-decoration:underline;
         background-color:#FF6600;
         color:white;font-weight:bold;
         }
        </style>
    </head>
  <body>
       <table border=1 cellpadding="1" cellspacing="0">
                <tr>
            <td class="lala" id="celda1"><div align="center">
            <a href="#">aaaaaaaaaaaaaaa</a></div></td>
                 </tr>
                 <tr> 
             <td width="105" class="lala" id="celda1"><div align="center">
             <a href="#">aaaaaaaaaaaaaaa</a></div></td>
               </tr>
        </table>
  </body>
</html> 
saludos
__________________
--------------------------------------------------
[::Matthew Beyer::]
MaEsTrOsWeB
Chile
--------------------------------------------------

Última edición por Matthew_182; 14/01/2005 a las 20:35