Foros del Web » Creando para Internet » CSS »

Poner Texto

Estas en el tema de Poner Texto en el foro de CSS en Foros del Web. Hola, Soy nuevo en esto de CSS, espero me puedan ayudar, resulta que baje unas plantillas en CSS, pero no tengo ni la menor idea ...
  #1 (permalink)  
Antiguo 29/06/2008, 19:51
 
Fecha de Ingreso: julio-2004
Mensajes: 35
Antigüedad: 19 años, 9 meses
Puntos: 0
Poner Texto

Hola,

Soy nuevo en esto de CSS, espero me puedan ayudar, resulta que baje unas plantillas en CSS, pero no tengo ni la menor idea donde le puedo cambiar texto, solo le puedo cambiar imagenes, mepodrian ayudar a decirme como le puedo hacer para cambiar el texto, por favor.

Les dejo el codigo, gracias.

/* CSS Document */
body
{
margin:0px auto;
padding:0px;
background-color:#000000;
}
td.mainoff {
background: url(../images/main_menu_bg.gif) -130px 0px no-repeat;
height:33px;
}
td.mainon{
background: url(../images/main_menu_bg.gif) 0px 0px no-repeat;
height:33px;
}
.logo
{
margin:11px 0px 0px 16px;
}
.header_image_box
{
padding:0px 5px 3px;
background-color:#FFFFFF;
color: #484836;
}
.body_text_box
{
padding:35px 30px 15px 30px;
background-color:#FFFFFF;
color: #484836;
}
.footer_left_bg
{
background:url(../images/footer_left_bg.gif) left top no-repeat;
height:33px;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #484836;
width:108px;
height:18px;
background-color:#FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #17170F;
text-decoration: none;
padding-left:3px;
}
.highlight
{
color:#72550F;
font-size:14px;
text-decoration:none;
background-color:inherit;
}




/* CSS Background image Document */
.menu_bg
{
background:url(../images/menu_bg.jpg) left top repeat-x;
height:27px;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:6px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:6px;
}
.header_top_image
{
background:url(../images/ac.jpg) left top no-repeat;
height:130px;
}
.header_bottom_image
{
background:url(../images/ac.jpg) left top no-repeat;
height:129px;
}




/* CSS Text Document */
body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 13px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #484836;
text-decoration: none;
}
.menu_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 25px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFFFFF;
background-color:inherit;
text-decoration: none;
}
.menu_link:hover
{
text-decoration:underline;
color:#FFFFFF;
background-color:inherit;
}
.left_menu_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 33px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #484836;
text-decoration: none;
background-color:inherit;
}
.left_menu_link:hover
{
text-decoration:underline;
color:#1B1B11;
background-color:inherit;
}
.footer_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 23px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
background-color:inherit;
}
.footer_link:hover
{
text-decoration:underline;
color:#666666;
background-color:inherit;
}
  #2 (permalink)  
Antiguo 29/06/2008, 21:39
 
Fecha de Ingreso: diciembre-2005
Mensajes: 97
Antigüedad: 18 años, 4 meses
Puntos: 0
Respuesta: Poner Texto

Bueno primero; si te refieres al formato del texto( tamaño, color, etc) lo puedes hacer en el archivo css q tienes, modificando los valores de los font; pero si en cambio te refieres al contenido de la pagina, el archivo a modificar para cambiar el texto, es el archivo que tiene extension html( por ejemplo index.html)
Salu2
__________________
_Derek_
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:26.