WP 2.0 xhtml problem (or is it just me?)
-
When I was on 1.5 I had the blog xhtml strict (until I added an ID tag that was repeated for a specific reason). In short the ID tags caused a couple of validation errors but it was strict once I removed them.
The upgrade to 2.0 doesn’t appear to properly close if a person adds his or her own breaks.
For example:
My post conatins the following source in the html based editor:
<img src =”./images/bp.png” alt=”Brad Peterson” class=”albumImage”/>
<h3>Brad Peterson – The Pharmacist</h3>WordPress converts this to
<img src =”./images/bp.png” alt=”Brad Peterson” class=”albumImage”/>
<h3>Brad Peterson – The Pharmacist</h3>Which of course isn’t xhtml compliant because the paragraph should be closed before the
I never personally add the tags so i didn’t expect to see this.
I will rearrange my code to work around this but wanted to know if there was anything I can do to prevent this going forward.
Thanks in advance,
Trip https://www.soundtrip.com/
- The topic ‘WP 2.0 xhtml problem (or is it just me?)’ is closed to new replies.