Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2006, 11:34
Avatar de Nemutagk
Nemutagk
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: México
Mensajes: 2.633
Antigüedad: 21 años
Puntos: 406
si lo que quieres es incrustar tu estilo en tu archivo tienes que hacerlo de este modo

Código:
<style type="text/css">
   .texto  {
     font-size:9px;
     font-family: Verdana;
     font-weight: normal;
     color: #4fa44f;
     background-color: #FFFFFF;
     height:15px; 
     border: 1px solid #000000;
   }
   .boton{
      font-size:9px;
      font-family: Verdana;
      font-weight: normal;
      color: White;
      background:#4fa44f;
    border: 1px solid #FFFFFF;
   }
</style>
y tiene que estar dentro de <head> y </head>
__________________
Listo?, tendría que tener 60 puntos menos de IQ para considerarme listo!!!
-- Sheldon Cooper
http://twitter.com/nemutagk
PD: No contestaré temas vía mensaje personal =)