Google Blogger gives you the freedom of adding your own footer on your blog; not like WordPress.com which already provides a footer that you don't have access to its file to do anything. Adding a footer to your New Blogger is so easy. You don't need to know the HTML to do that. If you like to add a footer on your New Blogger just like mine here, all you need to do is to follow the steps below:
- Log in to your Blogger's account; it will lead you to the Dashboard.
- Click on Layout/Edit HTML.
- Make sure you back up your template by clicking on Download Full Template:
- After that scroll all the way down in your HTML template editor
- Toward the end of HTML code; you'll see this line </body>
- Get the footer code below:<div class='footer'>
<div align='center'>
Copyright © 2007-2008. <a href='http:yourblogname.blogspot.com' title='your blog description goes here'><u>your blog description goes here</u></a>. All rights reserved.
</div>
</div>
- Make sure you change yourblogname to be your own blog name, your blog description goes here to be your own description, and your blog title goes here to be your own blog title
- Copy and paste the amended code right above the line </body>
- Save your template