I just added the capability for our reps to create a web address however they like... For their Rep Personal Page (RPP)
Like UNC-fan.Chezami.com
Monday, June 27, 2011
Friday, June 24, 2011
Almost ready to launch E-Host system for Chez Ami
It's been quite hectic getting it ready at this busy time of year.
How to Remove te NavBar top of blogger screen
An email from a blogger regarding his problem with hiding the navbar caused me to revisit the hiding the navbar issue plus recheck the Blogger TOS (Terms of Service) plus discovered a very simple way to hide the navbar which I tested at A-Z Products and adapted from Disable/hide navbar.
In order to hide the Blogger navbar, all you have to do is to sign into Blogger dashboard, click LAYOUT then EDIT HTML to open the template editor. Look for the body section in the stylesheet which in the standard Blogger Minima template is as follows:
Now all you need to do is to copy and paste this small bit of CSS
and paste it, say, at the bottom of the above script just before the last } like this:
Depending on your template, you can play with the variable -40 until the extreme top of your blog header sits right at the top of the browser window or at any position according to your desire. To illustrate, see the screen shots below showing the original, the appearance with the variable
In order to hide the Blogger navbar, all you have to do is to sign into Blogger dashboard, click LAYOUT then EDIT HTML to open the template editor. Look for the body section in the stylesheet which in the standard Blogger Minima template is as follows:
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
Now all you need to do is to copy and paste this small bit of CSS
margin-top:0px;
position: relative;
top: -40px;
position: relative;
top: -40px;
and paste it, say, at the bottom of the above script just before the last } like this:
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
margin-top:0px;
position: relative;
top: -40;
}
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
margin-top:0px;
position: relative;
top: -40;
}
Depending on your template, you can play with the variable -40 until the extreme top of your blog header sits right at the top of the browser window or at any position according to your desire. To illustrate, see the screen shots below showing the original, the appearance with the variable
Started ths blog June 24, 2011
This is a new blog. Just testing as of now
Subscribe to:
Posts (Atom)