Hey, thanks for your help.
My Include Code for the News:
<?php echo content("news", "4", "shortnews"); ?>
My Template for "shortnews":
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111"
width="328" id="AutoNumber8" height="1">
<tr>
<td width="324" colspan="2" height="22" valign="bottom">
<font face="Tahoma" color="#808080">
<a href='{link}' style="text-decoration: none">
<font color="#808080">{name}
...</font></a></font></td>
</tr>
<tr>
<td width="55" height="3">
<p align="center"><img src='{newsicon1}' width='50' height='50'></td>
<td width="266" height="3">
<p style="margin-left: 4; margin-top: 0" align="justify">
<font face="Tahoma" style="font-size: 9pt" color="#808080">
{Short}<a href='{link}'
style="text-decoration: none"><font color="#34BEED">...</font></a></font></td>
</tr>
<tr>
<td height="3" colspan="2" width="324">
<hr color="#ACA8A1" size="1" noshade>
</td>
</tr>
</table>