Link to your site and the post in question
Thread Starter
Anonymous
… it converted the p tags… here is my post again…
Why does word press add in (p) tags everywhere!! For example, in my latest post, what *I* put was:
<center>some stuff here</center>
(p)
blah blah
(p)
and some more stuff…
anyways, WP automatically changed it so now it looks like:
(p)
<center>
some stuff here
</center>
(/p)
Now my code doesn’t validate and I don’t know how to get rid of those extra (p) and <br> tags because they aren’t there when I go to edit the post… can someone help me out here?
You must have missed my post:
– Link to your site and the post in question ?
We can then see the problem in situ and better advise.
If you want wp not to do this:
http://wordpress.org/support/?action=search&searchFor=autop
Thread Starter
Anonymous
http://blue-starz.net and it is the first post on the page.
I do not think that you can throw the validation faults at WP.
You aren’t sending the correct information to the browser.
You seem to have done something to The Loop or otherwise altered the output which causes it to fail.
Unless the validator can correctly read how to intepret the code, it’s hard to help – that info must be there.
That said, it’s a repetition error in the main so the errors will decrease rapidly once the cause is found.
Thread Starter
Anonymous
Well, I just did the auto format hack and that cut down on a lot of my errors… including the one i was questioning… now it’s just a matter of me learning the proper order of nesting tags for XHTML. Thanks for the link!
Lindsay
The center tag is deprecated, use something like <div style=”text-align:center”>
Right above the reply box…
” Put code in between backticks. “
Must have missed that.