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

AT PRESENT, ALL USES OF "READ MORE" ON THIS BLOG ARE DYSFUNCTIONAL, SO THE FULL POSTS ARE SHOWING FOR NOW!

MFBQ

Most Frequent Blogger Questions



USEFUL BEGINNER'S LIST (30 Posts)


This blog outgrew the original intended 20 Questions & Answers and is now approximately 210 Q&A. I never did figure out which were the 20 most important ones.


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

The Blogger Wishlist feature no longer exists.

Blogger hasn't said why or if it'll ever return.

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


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 or reload the browser (IE, Firefox, others)
8. Try a different computer, or see if you can duplicate the problem or avoid it in a post in another blog (make a test blog, whether in the same account or a second account, that's not public so nobody will see you screwing around!)

---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.]

Sunday, January 06, 2008

Line-Height

Below is not a solution to why line-height may arbitrarily change in your posts, but it is a fix. When that line-height change happens, try the following for the post text:

<div style="line-height: 18px;">TEXT</div>


You may need a different number (of px) to match your own blog post, so see how it adjusts with larger and smaller numbers. .

You could avoid the aggravation of typing it each time by putting the code above in the Settings-Post Template and it would be inserted for you already in each new post—then you can either use, delete, or ignore it.

Saturday, January 05, 2008

Welcoming:

The new blue




Divider!




Long may your freak flag fly free.

Thursday, December 13, 2007

People Can't See My Profile?

Maybe it's not activated.
  1. Go back to your Dashboard.
  2. On the far left, click on Edit Profile (to the right of your photo).
  3. Make sure you've clicked "Share my profile".
  4. At bottom of page, click "Save Profile".

Saturday, December 08, 2007

Remove Blogger Help Group Message

To delete a word (or the whole message) you left in Blogger Help Group (BHG)

[You can do it, but there's no direct way to do so.]

Revise your message
1. Copy your message and revise it.
2. Copy the new text and/or code.
3. Paste the revised info into a new message.
4. If it works out right, delete (Remove) the original message.


Remove Message In Blogger Help Group:
1. Click on "more options" in the upper right corner of your own message.
2. Click on "Remove" in the list of options in blue text.
3. Click on "Yes, remove it now".
4. Click the "Confirm" button.


If it feels like you're telling it to do the above 3 times at least, welcome to the club!

Thursday, December 06, 2007

Dashboard Example

These are some old instructions and I'll update it when I feel like it. The screen has changed. Sorry.


Above screenshot shows several blogs on the left, the Edit Profile section on the right, and the Language drop-down menu below that.

Edit Profile, to state the obvious, is where you go to paste the url for your Profile Photo.

Thursday, November 29, 2007

Revert To Never-Never-Land?

I found a curious thing, though I may be among the last to discover it. I just took a recently-created blog, played with it, then subjected it to the "Revert to Classic" button. Oddly enough, the system "reverted" it even though it had never been a classic template. I didn't test everything about it, but I thought it was very curious. Maybe someday I'll think of some use for this marvellous piece of information. Till then, la di dah...

Wednesday, November 21, 2007

Change Email Options In Google Subscription List

1. Go to your subscription page where all the posts are listed.
2. Find the "Edit my membership" icon on the right and click it.
3. Then you'd have a page listing the options about email choices.
4. Select one option.
5. Be sure to click "Save these settings".

Saturday, November 17, 2007

Table for Horizontal Photos In Post

RonaldSouthern

Haven't done any of those in a while. Tedious.

[Those of you wishing to cut to the chase quickly, start reading the large yellow-highlight area below, which is below the fourth straight red line.]
Below is the code that makes a small table like the one above have photos side by side:

<center><table border=4 width=95%><tr><th align=center>Ronald</th> <th align=center>Southern</th></tr><tr><td><img src=\"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzaOEgOjpEK1oRv_I88gykcbl-wVKUiaG4nUQTbzGx7OYC3F7ugr-QGGpk7nkrUl9CmLjxGYJeuuwlbY_sHmShNTEHKfSvwho-qveJ9aXts9OR9qeLwErBJvBpwa4pmQ1LeSFP/s1600/twinkiebite.gif\" /> </td> <td><img src=\"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzaOEgOjpEK1oRv_I88gykcbl-wVKUiaG4nUQTbzGx7OYC3F7ugr-QGGpk7nkrUl9CmLjxGYJeuuwlbY_sHmShNTEHKfSvwho-qveJ9aXts9OR9qeLwErBJvBpwa4pmQ1LeSFP/s1600/twinkiebite.gif\" /> </td></tr></table> </center>


[More below...]


A MORE SIMPLISTIC SAMPLE OF A TABLE (followed by its code) is shown below:

PICTUREOR TEXT


<table border=2>
<tr>
<td>PICTURE</td>
<td>OR TEXT</td>
</tr>
</table>


PREVENT LINE BREAKS:

In order for the Table not to cause extra line breaks in Blogger posts, there are two methods:

Method #1: You may need to copy it out like this (no line breaks of your own):

<table border=2><tr><td>PICTURE</td><td>OR TEXT</td></tr></table>

--To create additional row(s), add another set of "table records" such as

<tr><td>picture or text</td></tr>

as needed. Place them after the first table record and before the end tag, </table>.

--Remember that the photos cannot exceed the width of the area where you are placing them or else it will create problems, probably your sidebar being pushed down.



Method #2: This is something I've tried a number of times now. It does seem to be very effective, especially if you're going to use tables often. It is not good, though, for creating a table around a list (numbered or otherwise) because it will remove the page breaks and show the list as if it's a regular paragraph. It'll make the info resemble a traffic jam. This method makes the change in this way, using css:

Table Formatting In CSS


My explanation of the Table Formatting (Method #2) which I learned from the site above is as follows--changing the table in the CSS:

Place the following line of code in your CSS:

.nobr br { display: none }

Then place the DIV tags around your table as below:

<div class=nobr>
<table border=2>
<tr>
<td>PICTURE</td>
<td>OR TEXT</td>
</tr>
</table>
</div>

Wednesday, November 07, 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.

Sunday, November 04, 2007

Where Is "Style" In New Blogger?

  1. When you open the template, move to the Edit Html tab and click it.
  2. Search for "Body" and other Style (CSS) items that you might already be familiar with from Classic Blogger, though they are not called "Style" any more in New Blogger templates!

    (Note: CSS stands for Cascading Style Sheets).

  3. You might see something like this:

    body {
    background:oldlace; url("http://www.blogblog.com/harbor/rocks.jpg") no-repeat right bottom;
    background-attachment:fixed;
    margin:0;
    padding:0;
    font:x-small Georgia, Serif;
    color:$textcolor;
    font-size/* */:/**/small;
    font-size: /**/small;
    }

    At that point you are in the Style (or CSS) section.

END.