Content Editor Problems
-
So the most annoying thing I find about wordpress has to be the content editor. Where you basically enter any page content or post content. It seems like managing content in here for some reason is very difficult. Pretty much the one thing that I seem to be hooked on is trying to create two separate paragraphs for the purpose of maintaining some space between them without using a bunch of br tags. So this is how I format them:
<p>content</p> <p>more content</p>
Looking in my “Visual” mode it retains all of the changes, that is, until I save. After I save this out wordpress formats the two paragraphs like this:
<p>contentmore content</p>
For some reason It likes to combine tags. I have even tried manually inserting these paragraphs in code view and have even downloaded the tinyMCE WYSIWYG powerhouse editor and nothing seems to help.
So I guess my question is how do I go about getting some more control in this editor? How come wordpress combines these tags like this? Is there some type of plugin that is going to give me more control in solving situations like this?
Thanks
Anthony
- The topic ‘Content Editor Problems’ is closed to new replies.