No.
Les muestro la pate del code
Código:
<tr>
<td colspan="4" class="tabla_borde">Descripcion:</td>
</tr>
<tr>
<td colspan="4" class="faq" style=""><? echo $row['descrpicion']; ?></td>
</tr>
Código:
.tabla_borde {
border: 2px solid #000;
vertical-align:text-bottom;
background-color: #5477E5;
}
.faq {
color: #FFF;
background-image: url(Imagenes/fondo_cargando.png);
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #000;
border-bottom-color: #000;
border-left-color: #000;
}
Y pues la parte donde va el $descripcion quiero que se una