texttexttexttext
texttexttexttext
BILDBILDtextte
BILDBILDxttext
BILDBILDtextte
BILDBILDxttext
texttexttexttext
texttexttexttext
mein mein code dazu (ist in php eingebettet sorry:
Code: Alles auswählen
echo "<table border=\"1px\" cellpadding=\"2px\" cellspacing=\"2px\" width=\"550px\">";
echo " <tr>";
echo " <td height=\"60px\" width=\"60px\">";
echo " <img height=\"60px\" width=\"60px\" border=\"0px\" src=\"../images/news_bild".$news_id.".gif\">";
echo " </td>";
echo " <td height=\"60px\" width=\"490px\" valign=\"top\">";
echo " <b id=\"titel_news\">".$news_titel."</b>";
echo " <div id=\"head_news\">verfasst am ".$news_datum."</div>";
echo " <div id=\"head_news\">".$kommentar_counter." Kommentare</div>";
echo " </td>";
echo " </tr>";
echo " <tr>";
echo " <td width=\"550px\" colspan=\"2\" valign=\"top\">";
echo " <img src=\"../images/news_bild6.gif\" style=\"fixed:right\">".$news_inhalt;
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
allerdings sieht das ganze so aus:
http://rgertler.rg.funpic.de/pic_page.pdf
er schreibt den text quasi nur eine zeile lang neben das bild. gemeinheit oder??
