Hi,
I just upgraded FCKeditor from a much earlier version.
The new version is automatically wrapping my users' content with p-tags (<p></p>). Is there an easy way to turn this off?
Thanks,
Steve
I just upgraded FCKeditor from a much earlier version.
The new version is automatically wrapping my users' content with p-tags (<p></p>). Is there an easy way to turn this off?
Thanks,
Steve
Re: Extra p-tag
Before:
Now:
Re: Extra p-tag
Have you a solution, I have same problem
Regards
Erling
Re: Extra p-tag
<style type="text/css">

p{
margin: 0px;
padding: 0px;
}
</style>
This style and your design isnt messed up