
PAGE ELEMENTS AKA "GADGETS".
ALSO SEE: Page Elements Screenshot
#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! |
|---|
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!!! |
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! |
| 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.] |


There is an even newer Blog List type of page element if you're trying to create a BlogRoll and you may find it preferable--it does a very different (and nifty) thing for you!
[More below...]
| (Page Element and Gadget (or Widget) are different names for the same thing--one is more accessible to you (through the Layout page) and the other, in the template, you can go into more deeply as far as editing it IF you know how!) So I prefer the ul or ol list, whose html code I can keep backed up in a Notepad file or other plain-text program, in an html/javascript page element. |
| Below is the code for a list of links that you could use HTML to put it in your sidebar via the Classic template or into a Gadget (html/javascript Page Element)in a Layout template. First one below is an example of a link. <h2>New Category</h2> <ul> <li><a href="http://www.zandria.us/">Keep Up With Me </a> </li> <li>list another one! </li> <li>list another one! </li> </ul> |
| For just one link in the sidebar, use code as below: <a href="http://rodentia.blogspot.com/The Rat Squeaks</a> |
The difference between an unordered list as above and an ordered list which Numbers your list is merely using an ol tag instead of the ul tag!
| 1. Go to the Layout section. 2. Click on Add Page Element. 3. Add it, if absent, or click on Edit Profile. 4. Click on Share my profile. 5. Do not click on About Me. 6. You may want to unclick the Show Location. If unsure, worry about it later. |
| 1. Go to the Layout section. 2. Click on Add Page Element. 3. Add it, if absent, or click on Edit Profile. 4. Click on Share my profile. 5. Do not click on About Me. 6. You may want to unclick the Show Location. If unsure, worry about it later. |
| Add an email link in your blog: |
|---|
| 1. On the Navbar, click on Customize. 2. Click on Add A Page Element. 3. Click Add To Blog under your choice of page element. 4. for adding a mailto, add an html/javascript page element. 5. Put the following html code into it: <a href="mailto:ratsouthern@gmail.com">You can email me here!</a> |

| Add an email link in your blog: |
|---|
| 1. On the Navbar, click on Customize. 2. Click on Add A Page Element. 3. Click Add To Blog under your choice of page element. 4. for adding a mailto, add an html/javascript page element. 5. Put the following html code into it: <a href="mailto:ratsouthern@gmail.com">You can email me here!</a> |

This post was written before several of the new categories, such as the Blog List, Slideshow, or Video or Poll, so that the screenshot below will not quite match what you would currently see. Sorry, someday I'll catch up.

This post was written before several of the new categories, such as the Blog List, Slideshow, or Video or Poll, so that the screenshot below will not quite match what you would currently see. Sorry, someday I'll catch up.

| You can Google a much longer list of counters than this for use in your blog. Below are some of the free ones. Others may get added later. But I'm not selling space. The first two are ones that I've used. StatCounter Site Meter BlogPatrol Google Analytics is much used, also. |
| In New Blogger (Layout Template), you should select an html/javascript page element (aka "Gadget") and paste the code there. Then you can drag-and-drop the element anywhere you want. See also: Blogger Counter Info |
| If your blog is Classic, where you'd have to enter it in the template, I think I've forgotten the details of that procedure now that New Blogger's been here so long, though I think it was just that the code had to be entered between <head> and </head>, the Start and End tags. END. |
| You can Google a much longer list of counters than this for use in your blog. Below are some of the free ones. Others may get added later. But I'm not selling space. The first two are ones that I've used. StatCounter Site Meter BlogPatrol Google Analytics is much used, also. |
| In New Blogger (Layout Template), you should select an html/javascript page element (aka "Gadget") and paste the code there. Then you can drag-and-drop the element anywhere you want. See also: Blogger Counter Info |
| If your blog is Classic, where you'd have to enter it in the template, I think I've forgotten the details of that procedure now that New Blogger's been here so long, though I think it was just that the code had to be entered between <head> and </head>, the Start and End tags. END. |