Das mit den News ist eigentlich ganz einfach:
Das ist der Code. Einfach etwas schauen^^
Die News zur page
Titel der News
Von am Datum, um Uhrzeit
|
|
Text der News

News-text |
|
<div class="style2">
<p> </p>
<div style="overflow: auto; width: 570px;">Die News zur page<hr />
<table width="100%" bgcolor="#fa0505" style="">
<tbody>
<tr>
<td><strong> Titel der News</strong><br />
<div style="font-size: 10px;"> Von am Datum, um Uhrzeit</div>
</td>
</tr>
<tr>
<td>
<table>
<tbody>
<tr>
<td width="10"> </td>
<td> Text der News<br />
<br />
<img src=" eventuell Bild der News"" /><br />
News-text</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr />
</div>
</div>
|