Saturday, November 10, 2007

Day 10


Learned how to work in HTML and webpage languages. Learned how to add code to remove Navigation Bar from our webpages.

how to hide nav bar

hiding the blogger navbar. got to settings Templete edit HTML
Just add the following lines anywhere in your Blogger template
[enclosed by tags] and the blogger banner will be gone forever.
just about tag at end of template

put

style
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

/style

No comments: