hey Leute,
ich sehe den Baum vor lauter Wald nichtmehr..
ich will erreichen, dass der newsinhalt mit rüber in die andere tabellenzelle unter das Bild geschrieben wird.
folgender Quelltext:
ich sehe den Baum vor lauter Wald nichtmehr..
ich will erreichen, dass der newsinhalt mit rüber in die andere tabellenzelle unter das Bild geschrieben wird.
folgender Quelltext:
HTML:
<html>
<body>
<table style="width:98%" border="1px">
<tr>
<td style="border:2px ridge #585858;">
<div style="height:40px;"> Battlefield 2142</div>
<div style="height:20px; float: left;">08.10.2006 um 02:27 Uhr</div> <div style="float: right;"><a href="...">Kommentare</a> (5)</div>
</td>
<td rowspan="2" style="width:150px;">
<div style="float:right; width:150px">
<img src="./bf2142.jpg" style="float: right;" alt="">
</div>
</td>
</tr>
<tr>
<td>newsinhalt blah newsinhalt blah blah news-<br> inhalt blah newsinhalt blah blah<br> news- inhalt bl blah ah<br><br>newsinhalt blah newsinhalt blah newsinhalt blah newsinhalt blah newsinhalt blah</td>
</tr>
</table>
</body>
</html>
Zuletzt bearbeitet von einem Moderator: