Hi Folks,
Anyone know how I can prevent non-html textarea contents from being "wrapped" inside paragraph tags?
EG if the textarea contains "prexisting content", the switch to FCKEditor always surrounds that so I get <p>prexisting text</p>. This messes up my formatting, as the data in this textarea is plunked into a template which already has formatting.
EG the template contains <p class="my_textclass">%%put_text_here%%</p>, so I end up with <p class="my_textclass"><p>put_text_here%%</p></p>
Thanks.
Anyone know how I can prevent non-html textarea contents from being "wrapped" inside paragraph tags?
EG if the textarea contains "prexisting content", the switch to FCKEditor always surrounds that so I get <p>prexisting text</p>. This messes up my formatting, as the data in this textarea is plunked into a template which already has formatting.
EG the template contains <p class="my_textclass">%%put_text_here%%</p>, so I end up with <p class="my_textclass"><p>put_text_here%%</p></p>
Thanks.