However, I have noticed that there is a problem with authentication:
The code as given does not work in blogger HTML:
When inserted the authentication code:
<META name="y_key" content="076yhjk3med 93i" > (
It needs to be added with a forward slash:
<META name="y_key" content="076yhjk3med 93i" />
The Error message:
We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "META" must be terminated by the matching end-tag "".
