
Also ich habe mir ein php Newssystem besorgt und klappt eigentlich alles, bis auf "Array" vor den Headlines.
Seht am besten selbst: http://www.hinzmann.bta-studios.com/aaa ... s/news.php
Woran liegt das jetzt? Hier ist der Code den ich dafür verwende:
Code: Alles auswählen
<style type="text/css">
a:link { font-weight:none; color:#990000; text-decoration:none }
a:visited { font-weight:none; color:#990000; text-decoration:none }
a:hover { font-weight:none; color:#404040; text-decoration:underline }
a:active { font-weight:none; color:#990000; text-decoration:underline }
a:focus { font-weight:none; color:#990000; text-decoration:underline }
body,td,th {
color: #000000;
font-family: Verdana;
font-size: 11px;
}
</style>
<strong>$news $subject</strong>
<p>$time by <a href="mailto:$email">
$username</a></p>
<p>$titletext</p>
<p>$maintext | $comments | $sendtofriend | $views views</p>
<hr />
<br />