((strlen($row['name'])<18) ? $row['name'] : substr($row['name'],0,15).'...')
auf
((strlen($row['name'])<25) ? $row['name'] : substr($row['name'],0,22).'...')
geändert und hochgeladen, nur wird immer noch nur 18 Zeichen ausgegeben. also 15 und dann drei Punkte.
Ich ruf dat ganze so auf:
<div id="menu-mitte">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width: 244px; height: 21px; background: url(include/designs/Dennis/img/box_middle_top.gif) no-repeat bottom left;" align="center"><b class="menu_heading">Last News</b></td>
<td style="width: 244px; height: 21px; background: url(include/designs/Dennis/img/box_middle_top.gif) no-repeat bottom left;" align="center"><b class="menu_heading">Last Forum</b></td>
</tr><tr>
<td style="min-height:100px; background: url(include/designs/Dennis/img/box_mittle_middle.gif) repeat-y; padding: 4px;">{_boxes_lastnews}</td>
<td style="min-height:100px; background: url(include/designs/Dennis/img/box_mittle_middle.gif) repeat-y; padding: 4px;">{_boxes_lastforum}</td>
</tr><tr>
<td><img src="include/designs/Dennis/img/box_middle_middlebottom.gif" alt="" /></td>
<td><img src="include/designs/Dennis/img/box_middle_middlebottom.gif" alt="" /></td>
</tr>
</table>
<br />
</div>
Des müsste doch funzen oder hab ich was vergessen?
betroffene Homepage: lorddarkangel.lo.funpic.de/kkt/index.php?news


