Blogger discontinues FTP publishing support
Before May 1st I had to migrate my blog from using Blogger FTP support. Among other things my whose problems where to make it XHTML 1.1 compliant and remove the Blogger NavBar. However, the solution where simple.
Disable the Blogger NavBar while maintaining XHTML 1.1 compliance
Put
inside the head section, and
just before the body section.
Disable the Blogger NavBar while maintaining XHTML 1.1 compliance
Put
<script type='text/javascript'><![CDATA[//>/*
</head>
*/<!]]></script>inside the head section, and
<!--
<body>
-->just before the body section.

