in meiner Lastnews habe ich ein ÜberschriftenBild eingebaut (funktioniert)
dann die Newsüberschrift auf max 17 zeichen reduziert
(funktioniert)
nun will ich aber den Newstext unter der newsüberschrift eingebetet
(funktioniert auch ...) aaber ich will nach 170px einen Zeilenumbruch erzwingen..
habe mit width probiert NIX ZU MACHEN-....
ich stelle euch mal den Code online
<?php # Copyright by Manuel # Support www.ilch.de defined ('main') or die ( 'no direct access' ); $abf = 'SELECT * FROM prefix_news WHERE news_recht >= '.$_SESSION['authright'].' ORDER BY news_time DESC LIMIT 0,5'; $erg = db_query($abf); $text = $row->news_text; echo '<table width="170">'; while ($row = db_fetch_object($erg)) { echo '<tr><td width="170" valign="top"><b></b></td><td><img src="include/images/newskatsmall/'.$row->news_kat.'.gif" border="0" title="'.$row->news_kat.'" /></br><a class="newsbox" href="index.php?news-'.$row->news_id.'">'.substr($row->news_title,0,17).'...</a></td></tr>'; echo '<tr><td valign="top" width="170"><b></b></td><td></br><a class="newsbox" href="index.php?news-'.$row->news_id.'"'.substr($row->news_text,0,40).'</a></td></tr>'; } echo '</table>'; ?>
hier den Code aud der css für das Thema
a.newsbox { color: #fe5104; width: 170px; font-family: verdana; font-size: 0.9em; text-decoration: none; }
und in der index.html steht an der stelle das
für _boxex_lastnews
<table class="box" id="Tabelle_03" width="213" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="include/designs/crysis_nanosuit/grafix/BoxenUndContent_19.jpg" width="13" height="33" alt=""></td> <td> <img src="include/designs/crysis_nanosuit/grafix/BoxenUndContent_20.jpg" width="173" height="33" alt=""></td> <td> <img src="include/designs/crysis_nanosuit/grafix/BoxenUndContent_21.jpg" width="27" height="33" alt=""></td> </tr> <tr> <td background="include/designs/crysis_nanosuit/grafix/BoxenUndContent_22.jpg" width="13" height="100%" alt=""></td> <td valign="top" background="include/designs/crysis_nanosuit/grafix/BoxenUndContent_23.jpg" width="173" height="100%" alt="">{_boxes_lastnews}</td> <td background="include/designs/crysis_nanosuit/grafix/BoxenUndContent_24.jpg" width="27" height="100%" alt=""></td> </tr>
bitte um Hilfe war es keinen automatischen zeilenumbruch gibt (die index.html hat sich etwas durch den code Tag hier verändert ...
Vielen dank schonmal für eure Hilfe
Gruß
MOROHEUZ
verwendete ilchClan Version: 1.1
betroffene Homepage: gibt es noch nicht