texterea issue
Posted: Tue Jun 05, 2012 2:14 am
Hi,
I have create a texterea wich body i save on my data base, but when I print it out to the screen (again in texerea tag) I have a big white space at the beginning:
here is a photo:

here is the code:
I tried using trim function. it didn't helped:
I have create a texterea wich body i save on my data base, but when I print it out to the screen (again in texerea tag) I have a big white space at the beginning:
here is a photo:
here is the code:
Code: Select all
<textarea id="massage_body" name="message_in" cols="80" rows="7" maxlength="5000" value="">
<?php
echo "$bodyIn"; ?>
</textarea>