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

MFBQ

Most Frequent Blogger Questions



I don't know more than I know--sometimes I know even less!
Click to see the incredible list,

All The Things I Don't Know!


If some portion of this blog is unreadable in Firefox, Internet Explorer, or whatever, tell it to go to hell then try another browser!!!

BLOGGER SUPPORT
http://help.blogger.com/?page=contact


BLOGGER PROBLEM REPORT FORM http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=bug_with_blogger_beta&Submit=Submit

BLOGGER HELP FORM
http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=other&Submit=Submit


Tell BLOGGER WISHLIST about a feature you'd like to see in Blogger!

Email Me if you have questions! And make sure the subject line or first two words in the message identify you as an MFBQ reader, so your email won't be mistaken as Squid, Squod, or Spam!

Email your questions to me here!

EMERGENCY STEPS

Kick-starting The Blog
1. Refresh (F5) or Ctrl-F5
2. Clear cache (delete temporary Internet files) and cookies in Tools-Internet Options.
3. Add a question mark to the end of your blog's internet address in the address box and see if it will show the latest update. (Can also be done with other people's url's in the address window.)
4. Republish (if in classic Blogger)
5. Reboot
6. Log out and log back in again (may change to an untroubled server)
7. Change browser (IE, Firefox, others)

---Not necessary to do all of these at once!---

Blogger may make problems for some computers about accepting cookies, especially when you are using the new versions of Internet Explorer or Firefox browsers. Difficulties with accepting scripts may be caused by security systems, antivirus programs, firewalls, and some add-ons. Check all your settings.

You may need to change your browser settings, or to list www.blogger.com and blogger.com as "trusted sites" in your Internet Options-Security so that scripting can occur.

USEFUL BLOGGER HELP FILE

http://help.blogger.com/bin/answer.py?answer=41971&topic=8914

[For Newbies or anyone else who gets lost in the rain in Juarez.]
Showing posts with label hide. Show all posts
Showing posts with label hide. Show all posts

Thursday, January 29, 2009

Hide Blogs on the Profile List?

How Can I Show Some, Hide Others?
  1. Go to Dashboard
  2. Click on Edit Profile
  3. About 4 items down, it says "show my blogs" and that's where
  4. You then click where it says "Select blogs to display"
  5. A list appears and you should click on the ones you wish to display.
  6. Be sure to "Save settings" in the bottom right corner of the screen.

Hide Blogs on the Profile List?

How Can I Show Some, Hide Others?
  1. Go to Dashboard
  2. Click on Edit Profile
  3. About 4 items down, it says "show my blogs" and that's where
  4. You then click where it says "Select blogs to display"
  5. A list appears and you should click on the ones you wish to display.
  6. Be sure to "Save settings" in the bottom right corner of the screen.

Wednesday, November 7, 2007

How To Hide Comments

Turn Off Comments

  1. Go to Settings,
  2. Go to Comments,
  3. Go to the first item (Comment again),
  4. Now select one of the three choices.
  5. Select Hide, not Show and make sure that selection is not highlighted.
  6. Your comments will not appear to your readers after this.
  7. Be sure to scroll down the page and click on Save Settings when you're finished.


END.

How To Hide Comments

Turn Off Comments

  1. Go to Settings,
  2. Go to Comments,
  3. Go to the first item (Comment again),
  4. Now select one of the three choices.
  5. Select Hide, not Show and make sure that selection is not highlighted.
  6. Your comments will not appear to your readers after this.
  7. Be sure to scroll down the page and click on Save Settings when you're finished.


END.

Sunday, July 2, 2006

Hide Navbar?

FOR CLASSIC (OLD) BLOGGER
How to hide the Blogger Navbar at the top and why not to:

Hide Navbar!

http://blogger-tricks.blogspot.com/2006/04/tip-hiding-navbar.html


OR FOR NEW BLOGGER
The css is defined between

<b:skin><![CDATA[/*

and

]]></b:skin>
</head>

So put the following 5 lines of code in the css:

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

before:

]]></b:skin>

Despite references above or arguments against it, I no longer recommend caution about hiding the Navbar because Blogger has no right to inflict the violence or pornography that Next Blog sometimes inflicts on users. They should make that aspect of the Navbar optional for us so that schools, churches, and old ladies of every kind can choose not to play if they don't want to.


END.

Hide Navbar?

FOR CLASSIC (OLD) BLOGGER
How to hide the Blogger Navbar at the top and why not to:

Hide Navbar!

http://blogger-tricks.blogspot.com/2006/04/tip-hiding-navbar.html


OR FOR NEW BLOGGER
The css is defined between

<b:skin><![CDATA[/*

and

]]></b:skin>
</head>

So put the following 5 lines of code in the css:

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

before:

]]></b:skin>

Despite references above or arguments against it, I no longer recommend caution about hiding the Navbar because Blogger has no right to inflict the violence or pornography that Next Blog sometimes inflicts on users. They should make that aspect of the Navbar optional for us so that schools, churches, and old ladies of every kind can choose not to play if they don't want to.


END.