Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/08/2007, 14:36
Avatar de richicasas
richicasas
 
Fecha de Ingreso: abril-2007
Ubicación: Colombia
Mensajes: 692
Antigüedad: 17 años
Puntos: 13
Exclamación Re: una ayudita porfa!!!

el codigo que actualmente tengo para mostrar los datos en la tabla es asi:
Código PHP:
<div>
             <table width="704" height="77" border="0" align="center">
               <tr>
                 <td width="13" height="21" align="left" valign="top" background="imagenes/boxSupIzq.png">&nbsp;</td>
                 <td width="285" align="left" valign="middle" background="imagenes/boxSup.png"><strong>Categoria: <? echo buscarCategoria($cl['cid']);?></strong></td>
                 <td width="376" align="left" valign="middle" background="imagenes/boxSup.png"><strong>Fecha:<? echo date("d/m/y",$cl['fecha']);?></strong></td>
                 <td width="8" align="left" valign="top" background="imagenes/boxSupDer.png">&nbsp;</td>
               </tr>
               <tr>
                 <td height="27" align="left" valign="top" background="imagenes/boxIzq.png">&nbsp;</td>
                 <th colspan="2" align="left" valign="top" nowrap="nowrap" background="imagenes/bg.gif"><strong>Descripci&oacute;n:
                                      <?=urldecode($cl['clasificado'])?>                 </th>
                 <td width="8" align="left" valign="top" background="imagenes/boxDer.png">&nbsp;</td>
               </tr>
               <tr>
                 <td height="21" align="left" valign="top" background="imagenes/boxInfIzq.png">&nbsp;</td>
                 <td colspan="2" align="left" valign="top" background="imagenes/boxInf.png">&nbsp;</td>
                 <td width="8" align="left" valign="top" background="imagenes/boxInfDer.png">&nbsp;</td>
               </tr>
               </table>
           </div>
funciona perfectamente, pero en tema de diseño, si el texto es muy largo, de mas de un reglon, no baja sino que queda en la misma linea y me daña todo.. intente ese codigo , pero no me aparece nada.. no se cual es el error