warum geht das rot umgekringelte nich runter ich benutze <br> <p> alles aber es geht nicht runter die 2oben sind 2tabelen mit einem width von 50% hab auch tabele erstellt damit das rotumgekringelte unter den news dings kommt mit den bildern link unten was kann ich tuen?
der code:
- Code: Alles auswählen
<table widht="50%" border="0" cellpadding="0" cellspacing="0" align="left">
<tr>
<td>
<?php
$show_news = 3;
$cut_news = 14;
$tpl = file_get_contents( "templates/news/short.tpl" );
include_once( "inc/bbc.php" );
if( !function_exists( "parse_template2" )) {
function parse_template2( $vars, $template ) {
eval( 'print( "'.addcslashes( $template, '"\\' ).'");' );
}
}
$nres = mysql_query( "SELECT * FROM ".$prefix."news WHERE
archiv = '0' ORDER BY date DESC
LIMIT $show_news", $link );
while( $news = mysql_fetch_assoc( $nres ) ) {
$news['text'] = nl2br( htmlspecialchars( substr( rmbbc( $news['text'] ),0, $cut_news)))."...";
$news['date'] = date( $options['timeform'], $news['date'] );
parse_template2( $news, $tpl );
}
?>
</td>
</tr>
</table>
<table height="100%" width="50%" align="left" cellpading="0" cellspacing="0" border="0" style="border: 1px solid rgb(0, 0, 0);">
<tr>
<td bgcolor="ff6000"><br><center><a href="http://www.Habbo-Music.de" target="_blank" title="Habbo-Music">
<img src="http://www.s194664620.online.de/uploads/Habbo/Linkus.PNG" border="0">
</a></center>
<b>Habbo Music</b> das Radio zum Deutschen HabboHotel!<br><hr><br>
<center><a href="http://www.habbotopsites.de/in.php?id=1959">
<img src="http://www.habbotopsites.de/button.php?id=1959" border="0">
</a></center>
Votet <b>Habbo-Zone</b> zur Topsite<br>
</td>
</tr>
</table>
afsdsaf
das bild:

