23/04/2012, 12:36
|
| | | Fecha de Ingreso: abril-2004 Ubicación: Merlo, buenos aires
Mensajes: 364
Antigüedad: 20 años, 7 meses Puntos: 1 | |
Respuesta: Evitar que se expanda columna <table width="570" align="center" style="table-layout: fixed"
cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="570" bgcolor="brown">
<font color="white" size="4">Noticias</font>
</td>
</tr>
<tr>
<td align="left" width="570">
<?
include ("connection.php");
$connect= mysql_connect($host,$username, $password);
$select_db= mysql_select_db($db_name, $connect);
$resalt3 = mysql_query("SELECT * FROM upload2 ORDER BY id_usuario desc
LIMIT 1");
while($rowsss=mysql_fetch_array($resalt3)){
echo "
<br><br>
<font size='5' color='blue'><b>" .$rowsss['title']. "</b></font>
<br>
<br>
<p width='550px' cellspacing='0' cellpadding='0'><font size='2'
color='black'>" .$rowsss['text_content']. "</font></p>
<br><br>
<a href='actualizaciones/imagen/" .$rowsss['user_picture']. "'><img
src='actualizaciones/imagen/" .$rowsss['user_picture']. "' width='350'
border='0'>
</a>
";
}
?>
__________________ "Life goes on..." |