WordPress and Valid HTML

For some mad reason word press is inserting a random

tag in the posts from Flickr. I have checked the HTML source (doing an edit post) and there is nothing there, unless it is being inserted by Flickr somehow.

Anyone have any ideas what can be done?

This entry was posted in Uncategorized by Site Admin. Bookmark the permalink.

About Site Admin

Website administrator for the WhyDontYou domain. Have maintained and developled a variety of sites, ranging from simple, plain HTML sites to full blown e-commerce applications. Interested in philosophy, politics and science.

Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated in /homepages/34/d43362328/htdocs/ydontu/blog/wp-includes/wp-db.php on line 3030

Deprecated: Creation of dynamic property WP_Query::$comments_by_type is deprecated in /homepages/34/d43362328/htdocs/ydontu/blog/wp-includes/comment-template.php on line 1525

2 thoughts on “WordPress and Valid HTML

  1. Solved myself.

    I was putting the images in via a div tag. The image was left “free-standing” and then the text was in a p tag with inline style. It seems wordpress was adding a spurious closing tag before the opening p tag.

    I moved the inline style to the div tag and removed the p tags altogether in the image / citation area.

    All seems to work now.

  2. Pingback: Help each other

Comments are closed.