#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.]
Showing posts with label icon. Show all posts
Showing posts with label icon. Show all posts

Thursday, May 28, 2009

Template Corruption

PROCEED WITH THIS AT YOUR OWN RISK!

Though it's not very hard to do, it may be like killing flies with a shotgun. Be aware that it may correct or change, not only the "broken" or missing item you're concerned about, but some other things you have forgotten that you changed or added! When the post template is "reset", some items you added in the post area (not content) may disappear and you'll have to do some work to put it back.

This procedure surprised me when it eliminated the coding I'd done that placed one cartoon image near the end of each post and another "divider" image at the very bottom of the post. Also, the image signature (my initials in script) in the "Posted by" will have to be replaced in one of my other blogs. I'm in no hurry.

[The same sort of warning may apply to the link you find below the "Edit Html" box that says "Revert widget templates to default". I have not yet used this button, mostly because I have a lot of gadgets that I've edited and I worry that the revert (like this one) might fix too much! But certainly I have read where some people said it had worked for them.]



Missing Post Template Components
Nitecruzr has already done a good job, I think, on explaining this little fixit, so I've added notes and direct you to his post also called

Template Corruption


The only significant addition I can make is to show the code line in another way so that you can be certain of what you're intended to delete and then replace in his directions.

[More below...]




In my own code (for this blog) I located the following:

<div id='main-wrap1'><div id='main-wrap2'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='HTML9' locked='false' title='' type='HTML'/>
<b:widget id='HTML6' locked='false' title='' type='HTML'/>
<b:widget id='HTML8' locked='false' title='EMERGENCY STEPS' type='HTML'/>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div></div>

It is the line of code in red that I removed and later replaced. (See further important details at Chuck's post.)

Make sure that you made a note of where in your code you removed the red line of code! If you can't put it back in the right place, you may beat your head against the wall trying to remember (ouch!).

If you were really familiar with this blog, you'd notice the Email envelope icon has returned below each post for the first time in ages!

Friday, July 04, 2008

Quick Edit Crossed Tools

It's too bad that new Bloggers cannot more readily see what the "crossest tools" (screwdriver and wrench) are for. They are convenient Quick Edit tools, visible only to you and only when you are logged in to that blog.

Neither these nor the Quick-Edit pencil icon under each post can be seen or used by others.

We all worried about someone else being able to edit our posts or page elements for a few minutes when they were first introduced, so you're not alone if you panicked! But forget it now and you'll soon enough find something serious to worry about in Blogger! It's full of real bugs and glitches.

Sunday, July 30, 2006

Links As Code

Using Buttons In The Post Editor
Many people do this:

1. Go to the site you want to link to and highlight it in the Browser's Address Box up above. Right-click and Copy the URL.
2. Go to New Post or your saved post in your blog and highlight the word or title that will serve as the link.
3. Click on the icon that looks like a chain and globe above the Post Editor.
4. Paste your copied URL into the box that appears in the far top left corner.
5. Click Okay in that box.
6. You'll see the URL in an "anchor" formula like this:

<a href="http://rodentia.blogspot.com">Blog Name</a>

7. If you haven't already done so, add the blog title or the text you want between the start and end tags:

<a href="http://rodentia.blogspot.com">The Rat Squeaks</a>

This way, you'll have entered the entire link formula almost entirely by Blogger mechanism, thereby preventing any risk of misspelling the link.


Below is a combined screenshot of both the Html and the Compose screen, showing location of the chain symbol, etc.




Making Links The Manual Way, With Code

Every site you visit or create has a link name. you can find mine at http://rodentia.blogspot.com/

However, in a template, the link would read:

<a href="http://rodentia.blogspot.com/">The Rat Squeaks</a>

and the code would be unseen except for

"The Rat Squeaks".

If you're in a site and want to link back to it from your own site, put the cursor up in the Address window, right-click the mouse and then click Copy in the menu that appears close by. When you get to your template or to your temporary file (wherever), you can Paste what you copied before. Then you'll have to work it out like the formula shown above.

Permalinks

If you want to be able to point to a specific post, rather than just to the front page of the blog, find the bottom of the post and hover your cursor over things until the time indicator or some other item shows the term "permanent link". Then you can keep the cursor on that and right-click. The menu will show, among other things, Copy Shortcut. Click on that. Now you have the link you want in this case. Again, you have to insert it into the formula. like so:

<a> href="url">Title</a>

See also Links List and Clickable Button Link


In addition to the above, one can locate and copy the Permalink for a post by resting one's cursor over the post title. Just right-click your mouse and click "Copy Shortcut" in the Menu that opens. Then you can right-click it when ready to "Paste" it into the location of your choice.

Linkcode1