How to make your blogger.com blog validate.
Problem:
Show Email Post links lets you display an icon for mailing blog posts to other people. The code doesn't validate, because there is a
& in the url, but should be
& instead.
Solution:
First of all deactivate the feature in the blog settings. Even deactivate it if you still want to use it, and use the following code:
<span class="item-action">
<a href="
http://www.blogger.com/email-post.g?blogID=XX&postID=YY
" title="Email Post"><span class="email-post-icon"> </span></a></span>
Exchange the blogID number with your blog's ID (can be found in the browser's adressbar when editing your blog, for example http://www.blogger.com/app/post.pyra?blogID=
9139428). Replace the postID number with
<$BlogItemNumber$>.
Copy that code, and paste it into your blog template, right before the tag
<$BlogItemControl$>.