seria mas facil hacer algo como esto, pero adaptalo a los resultados de tu consulta a la bbDD
Código PHP:
echo "<table width=65%><tr bgcolor= #61e877><div align=center>";
echo "<b>Titulo: </b>";
echo $row[name];
echo "</div></tr>";
echo"<tr> </tr>";
echo "<tr bgcolor= #c3c3c3><b> Descripcion: </b><br><br>";
echo $row[description];
echo "</tr>";
echo"</table>";