Hi,
<textarea name=data[description] rows=12 cols=74 wrap="soft">
<?php echo CG_Massage( $data["description"] );?>
</textarea>
Schon mal ohne den whitespace probiert? Also:
<textarea name=data[description] rows=12 cols=74 wrap="soft"><?php echo CG_Massage( $data["description"] );?></textarea>
Denn whitespace im textarea-Element wird in der textarea dargestellt (so wie anderer Text auch)
cu,
Andreas
--
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/