ich hätte gerne diese Titel hier in weiss:
externer Link
Wie stelle ich das am doofsten an?
Hier meine news.htm:
<style type="text/css">
.titl {
font: 11px Verdana;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-left: 8px;
}
.autor {
font: 11px Verdana;
color: #FFFFFF;
margin-top: 0px;
margin-left: 35px;
}
.whole, whole a {
font: 11px Verdana;
color: #FFFFFF;
margin-top: 0px;
margin-left: 8px;
font-weight: bold;
text-decoration: none;
}
.whole:hover, .comments:hover, whole a:hover {
text-decoration: underline;
}
.comments {
font: 11px Verdana;
color: #FFFFFF;
margin-top: 0px;
margin-left: 70px;
text-decoration: none;
}
</style>
<div>
<table width="498" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="498" height="33" background="include/designs/myhorizon/Bilder/news_top.jpg">
<table width="498" height="33" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%"><div class="titl">{title}</div></td>
<td width="50%"><div class="autor">{_lang_from} {username}, {datum}</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="498" height="70" align="left" valign="top">{kate}</td>
</tr>
<tr>
<th width="498" align="left" valign="top">{text}<br></th>
</tr>
<tr>
<td width="498" height="32" background="include/designs/myhorizon/Bilder/news_footer.jpg"><table width="498" height="32" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%" height="32"><div class="whole">{readwholenews}</div></td>
<td width="50%" height="32"><div class="comments"><a class="comments" href="index.php?news-{id}">{kom} {_if_{kom}=='1'}{_lang_comment}{_else_}{_lang_comments}{/_endif} </a></div></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
{EXPLODE} <br />
<br />
</div>
<center>{SITELINK}</center>
{EXPLODE}
<!-- News Kommentare und Mehr lesen -->
<table class="border" width="100%" cellpadding="5" cellspacing="1" border="0">
<tr class="Chead">
<th height="25"><b>{NAME}</b></th>
</tr>
<tr>
<td height="25" class="Cdark">{_lang_message}</td>
</tr>
<tr>
<td class="Cnorm">
<div style="float:left; ">{KATE}</div>
<div style="float:left; padding-left:10px; ">{TEXT}</div><br style="clear:both; " />
<p></p>
<a href="index.php?news"><b>«</b> {_lang_back}</a> </td>
</tr>
<tr>
<td height="25" class="Cmite">{_lang_commentsfor} "{NAME}":</td>
</tr>
<tr>
<td class="Cnorm">
{EXPLODE}
<form action="index.php?news-{NID}" method="POST">
<fieldset>
<legend>{_lang_writecomment}</legend>
{_if_{LOCK}>'0'}Dir ist es nicht erlaubt Kommentare abzugeben, <br /> da du für das Erstellen von Kommentaren gesperrt wurdest.{_else_}
<input type="text" name="name" value="{uname}" /> {ANTISPAM} <input type="submit" value="{_lang_enter}"><br />
<textarea style="width: 98%" cols="50" rows="2" name="txt"></textarea><br />
{/_endif}
</fieldset>
</form>
<br />
{EXPLODE}
<span class="Cmite"># <b>{ZAHL}</b> von {NAME}</span>
<br />{TEXT}<br /><br />
{EXPLODE}
<br />
<a href="index.php?news"><b>«</b> {_lang_back}</a>
</td>
</tr>
</table>
{EXPLODE}
<table width="100%" border="0" cellspacing="0" cellpadding="5" class="rand">
<tr class="mite">
<td width="65%"><b>{NAME}</b></td>
<td width="15%">{FUER}</td>
<td width="20%" align="right">{DATE}</td>
</tr><tr class="norm">
<td valign="top" colspan="2">{TEXT}{MEHR}</td>
<td valign="top" rowspan="2" align="center">{KATE}</td>
</tr><tr class="norm">
<td valign="bottom" height="20" colspan="2" align="center">
<b>{_lang_from} {UNAME}</b> [ {KOM} <a href="index.php?news-1&nid={ID}">{_lang_comments}</a> ]
</td>
</tr>
</table>


