I am trying to use an image as a header/title for a blog post in WordPress (the theme is my base 0.5 by mythem.es. I’m not sure if that’s relevant though!).
The title section is recognizing the HTML that I type in (img src tags and the like) but when it is displayed on the page, there is a slight error. The image displays correctly but has a "> directly above it. My HTML code in the header is as follows (I can’t use the real HTML since this is for a client):
<center><img src="http://example.com/blog/wp-content/uploads/2012/03/example.jpg" alt="Example Blog | Example 2012" title="Example" width="525" height="60" /></center>
Any ideas why I’m getting this weird bit of code above my image?
You can’t insert html to the title box because wordpress sanitize the title field when your save your post