Sunday, February 12, 2006

How To Remove The "Next Blog" Bar

How to remove the blogger Nav Bar:

Below this line in the template:

<style type="text/css">

Add this CSS info:

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

0 comments: