Sunday, October 25, 2009

Congratulation Note For Baby Shower

Hide blogger navigation bar

Blogger navigation bar can be hidden by following the following steps:
  1. Sign in as your blogger account.
  2. In the dashboard click the layout and then click Edit HTML on the Edit Template HTML code found your blog. Insert
  3. CSS definitions above template code like the following example:
     ... 
    \u0026lt;b:skin> \u0026lt;! [CDATA [/ * ----------------------------------
    -------------

    Blogger Template Style Name: Rounders
    Designer: Douglas Bowman
    URL: www.stopdesign.com
    Date: February 27, 2004
    Updated by: Blogger Team
    --- -------------------------------------------- * / # navbar
     -iframe 
    {display: none! Important;}
     / * Variable definitions ==================== 

    \u0026lt;Variable name = "mainBgColor" description = "Main Background Color "
    type =" color "default =" # fff "value =" # ffffff ">
    \u0026lt;Variable name =" mainTextColor "description =" Text Color "type =" color "
    default =" # 333 " value = "# 333333">
    ...
  4. Remove back whenever you want on the show again.
(Source of http://blogger-templates.blogspot.com/2005/01/remove-navbar.html)