Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/10/2008, 09:44
Adriabs
 
Fecha de Ingreso: diciembre-2007
Mensajes: 115
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: Problema estúpido y muy raro con el texto :S

Gracias radarcba, pero eso no será pork el resto del texto lo veo perfecto, solo es en las CuteNews, y luissg, también probe de usar el WYSIWYG pero sigue viéndose mal...
Por si pueden ayudarme esta es la URL:

http://www.getbritney.es/
Y el código que tengo puesto en las CuteNews es:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
body {
background-color: #080808;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.Titulonewsgb {
font-family: verdana;
font-size: 13px;
color: #CCCCCC;
font-weight: bold;
}
.Titulonewsgbfecha {color: #FF9933}
.Titulonewsgbbarraseparacion {font-size: 13px; color: #CCCCCC; font-family: verdana;}
.Postnewsgbtext1 {
font-size: 11px;
color: #757575;
font-family:"trebuchet MS";
}
.authorcommentsgbnewspequeño {
font-size: 10px;
font-family: verdana;
color: #999999;
}
.comentariosabajogbnews {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #FF9933;
}
.gbnewsbordetabla1 {
border: 1px solid #333333;
}
.gbnewsbordetablatitulo {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
.newsbordetablaabajo {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
.gbnewsfintablanadanegro {
font-family: verdana;
font-size: 11px;
color: #080808;
}
a:link {
color: #CCCCCC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CCCCCC;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
color: #CCCCCC;
}
a.linkblanco:link {color:#FF9933; text-decoration:none; font-family:verdana; font-size:11px;}
a.linkblanco:visited {color:#FF9933; text-decoration:none; font-family:verdana; font-size:11px;}
a.linkblanco:active {color:#FF9933; text-decoration:none; font-family:verdana; font-size:11px;}
a.linkblanco:hover {color:#FF9933; text-decoration:none; font-family:verdana; font-size:11px;}
.Estilo1 {
font-family: verdana;
font-size: 13px;
}
.gbnewsbordearribatabla {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
-->
</style>
</head>

<body>
<table width="100%" border="0" cellpadding="5" bgcolor="#0a0a0a" class="gbnewsbordetabla1">
<tr bgcolor="#0a0a0a">
<td bgcolor="#0a0a0a"><strong class="Titulonewsgbfecha Estilo1"> {date}</strong> <span class="Titulonewsgbbarraseparacion">|</span> <span class="Titulonewsgb">[link]<strong>{title}</strong>[/link]</span></td>
</tr>
<tr bgcolor="#0a0a0a">
<td bgcolor="#0a0a0a" class="gbnewsbordetablatitulo"><div align="right" class="authorcommentsgbnewspequeño">
<div align="left">Por: {author} | [com-link]Comentarios: {comments-num}[/com-link]</div>
</div></td>
</tr>
<tr bgcolor="#0a0a0a">
<td class="Postnewsgbtext1"><div align="justify">{short-story}</div></td>
</tr>
<tr>
<td bgcolor="#0a0a0a" class="gbnewsbordearribatabla"><div align="right" class="comentariosabajogbnews">[com-link]Hay {comments-num} comentarios. Deja el tuyo![/com-link] </div></td>
</tr>
</table>
<div align="center"><span class="gbnewsfintablanadanegro">-----</span></div>
</body>
</html>