I tried to do a search on this but didn't find anything on it from DP. Can someone tell me where in the blogger template I remove the blogger heading at the top of my blogs? Thanks!
If you are using Blogger.com, you can't because it adds its blogger heading code when you publish it. You can't change it from the template, rather unfortunately Wing
Not strictly true that you can't remove the header. You can set the inline css to hide it: #blog-title { margin:0 0 .5em; font:250%/1.4em Georgia,Serif; color:#003366; [COLOR="RoyalBlue"] display: none;[/COLOR] } Code (markup): Look for some code like the above. It depends what template you're using but the basic idea is the same. Add the "display: none;" part and viola!
Do you mean the NavBar? Very simple and so much people do it already since long time: http://blogger-templates.blogspot.com/2005/01/remove-navbar.html