Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
VFE removing the <body> tags
iw_bubbles
Visual Format Editor seems to be removing the body tags from content that I am trying to store in a textarea. I need to preserve the body tags. Does anyone know how to prevent VFE from removing these tags.
I looked in the visualformat config file and documentation and I cannot find a solution.
Any help is appreciated.
Thanks,
Paul
Find more posts tagged with
Comments
RonaldV
Hi,
I would think that VFE removes the body tags any way. VFE is meant to edit a chunk of html-code in an easy formatted way. Since the body-tag is not an allowed part of this html-chunk it is removed while cleaning.
You would be better of to add the body-tags in your tpl-file, which is the "accepted/standard" way of tpl-coding.
It just leaves me wondering why you would want to leave the body-tags in your VFE.
Hope this helps.
Ronald