I made a WP page with lots of content.
I coded this page very simply, but when processed through WP, the page displays fine but view source shows lots of extra '<p>' tags where there are non in the actual code view. I want to be able to validate and cannot figure out how to get rid of them.
New to Wp,
not new to coding css /xhtml
It's the xhtml that is not validating.
Exp:
What I wrote into the WP editor:
blockquote class="tiny" The General Plan
What shows up view source:
blockquote class="tiny" <p> The General Plan
(left off the brackets so it would display here)
Any help ?
~bobbi