Greeting.
am making a table into my FCKeditor today and i found a probleme that i can''t resolve because i don't find how.
When i creat a table with the FCKeditor and once I send the information on my database for save the works and show on my web site the table there is a blank space over the table. I don't find how to remove this blank space who is very high.
For more detail. The fckeditor data are save on a mysql base. Type text, Interclassement utf8_bin
Thank you for help !
Mon, 02/16/2009 - 12:19
#1
Re: Table space probleme
in my php code i wrote : <?php $description = nl2br(stripslashes($donnees['contenu'])); echo $description;?>
must write :
<?php echo donnees['contenu'];?>
The blank space is like that deleted.
Re: Table space probleme
cheers