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

Sunday, July 20, 2008

Post Template

Adding code or text to every post
If adding a bit of code to every post is sufficient to do a certain job, why bother with Copy and Paste? Why not use the Post Template? You can use CSS for some things, but it's more difficult in some cases. If you're new to Blogger, it's easier to wrap your brain around the Post Template!

  1. Go to Dashboard,
  2. click on Settings.
  3. click Formatting.
  4. Go almost to the bottom of the page. Post Template is the eleventh item, I believe.
  5. Place any code or text that you wish to have in every post. Every time you create a new post, that template will take effect.
  6. If you start your post above the code, then that code will be at the bottom of each.
  7. As far as that goes, any code you wish could also be at the top of your post, as long as you're careful to put your post between the top template code and the bottom template code.
  8. You are already at the bottom of the Formatting List, but be sure to "Save Changes" before you exit.

[More below...Examples]


Below are items of code or text you might want in every post and can put it in every new post with the Post Template. These are only examples, not meant as literal recommendations—after all, I don't know you well enough!

  • I used to put a colored line at the bottom of each post with <hr color=crimson>
  • a <br /> (or 2 or 3 of them) would add a small blank space.
  • You might add the codes needed in each post for your Expandable post hack or some other item of code (font size or font colors, perhaps) that you like, but hate to type in each time.
  • You can either use it a little or a lot, depending on how comfortable you can get with it or how often you wish to have some of the same formatting in each post.

The Post Template will not help you with existing (old) posts, only with ones you create after the Template has been created.

Post Template

Adding code or text to every post
If adding a bit of code to every post is sufficient to do a certain job, why bother with Copy and Paste? Why not use the Post Template? You can use CSS for some things, but it's more difficult in some cases. If you're new to Blogger, it's easier to wrap your brain around the Post Template!

  1. Go to Dashboard,
  2. click on Settings.
  3. click Formatting.
  4. Go almost to the bottom of the page. Post Template is the eleventh item, I believe.
  5. Place any code or text that you wish to have in every post. Every time you create a new post, that template will take effect.
  6. If you start your post above the code, then that code will be at the bottom of each.
  7. As far as that goes, any code you wish could also be at the top of your post, as long as you're careful to put your post between the top template code and the bottom template code.
  8. You are already at the bottom of the Formatting List, but be sure to "Save Changes" before you exit.

Below are items of code or text you might want in every post and can put it in every new post with the Post Template. These are only examples, not meant as literal recommendations—after all, I don't know you well enough!

  • I used to put a colored line at the bottom of each post with <hr color=crimson>
  • a <br /> (or 2 or 3 of them) would add a small blank space.
  • You might add the codes needed in each post for your Expandable post hack or some other item of code (font size or font colors, perhaps) that you like, but hate to type in each time.
  • You can either use it a little or a lot, depending on how comfortable you can get with it or how often you wish to have some of the same formatting in each post.

The Post Template will not help you with existing (old) posts, only with ones you create after the Template has been created.

Tuesday, March 4, 2008

Strikethrough Code

Once in a while someone knows about the strikethrough tag without knowing what its called or how to utilize it, so here is the strikethrough tags:

<strike>TEXT</strike>

I don't see any way to do this in Compose Mode, so you have to switch to the Edit Html Mode in order to do it.

At times people don't know the exact word that's involved in this and may say "cancel" or some other similar word.

Strikethrough Code

Once in a while someone knows about the strikethrough tag without knowing what its called or how to utilize it, so here is the strikethrough tags:

<strike>TEXT</strike>

I don't see any way to do this in Compose Mode, so you have to switch to the Edit Html Mode in order to do it.

At times people don't know the exact word that's involved in this and may say "cancel" or some other similar word.

Thursday, October 18, 2007

Preformatted Text--Show Spaces and Html

ee cummings's defunct
but would not
like this stupid Blogger bogger,
cause he couldn't do this
little dance in it, could he?
would he, mister death?

Dear mr cummings: I know you're dead, but you might try putting the text of your poems between these tags:

<pre> text </pre>

This means that it will accept the preformatted text exactly as presented, though usually not in fancy fonts. The pre tags are also useful for computer codes if you don't wish to use the html ampersand codes or otherwise translate the special coding signs.

[More below...]



The PRE element contains preformatted text. Visual browsers should render preformatted text in a fixed-width font, should not collapse whitespace, and should not wrap long lines.

PRE is useful for formatting computer code or poetry where whitespace is important, but since preformatted text is inherently visual, authors should avoid dependence on it wherever possible. When using PRE, authors should avoid altering the element's fixed-width font or non-collapsing whitespace properties by means of style sheets.

related matters:

-- NON-BREAKING SPACES can be used as extended space or as a tab.
A non-breaking space looks like this: &nbsp;
Three of them would be simply: &nbsp;&nbsp;&nbsp;

An ee cummings poem, though, might drive you crazy, so be cautious!
SHOWING HTML CODE:

-- AMPERSAND CODES can be used in short sections to show the code itself (which is what I did to show the non-breaking space code above).

HTML Ampersand Character Codes

-- For longer sections that need to be "translated" or if you're lazy, the programs below convert html code for you. Both work well, though Postable's first screen is a little less intuitive.

For Postable's mysterious first screen, just left-click the mouse on the phrase in the upper left corner, "for your copy and pasting pleasure" and, when the screen clears, you can enter the code you want it to fully display.

Postable

Quick Escape

END.

Preformatted Text--Show Spaces and Html

ee cummings's defunct
but would not
like this stupid Blogger bogger,
cause he couldn't do this
little dance in it, could he?
would he, mister death?

Dear mr cummings: I know you're dead, but you might try putting the text of your poems between these tags:

<pre> text </pre>

This means that it will accept the preformatted text exactly as presented, though usually not in fancy fonts. The pre tags are also useful for computer codes if you don't wish to use the html ampersand codes or otherwise translate the special coding signs.

The PRE element contains preformatted text. Visual browsers should render preformatted text in a fixed-width font, should not collapse whitespace, and should not wrap long lines.

PRE is useful for formatting computer code or poetry where whitespace is important, but since preformatted text is inherently visual, authors should avoid dependence on it wherever possible. When using PRE, authors should avoid altering the element's fixed-width font or non-collapsing whitespace properties by means of style sheets.

related matters:

-- NON-BREAKING SPACES can be used as extended space or as a tab.
A non-breaking space looks like this: &nbsp;
Three of them would be simply: &nbsp;&nbsp;&nbsp;

An ee cummings poem, though, might drive you crazy, so be cautious!
SHOWING HTML CODE:

-- AMPERSAND CODES can be used in short sections to show the code itself (which is what I did to show the non-breaking space code above).

HTML Ampersand Character Codes

-- For longer sections that need to be "translated" or if you're lazy, the programs below convert html code for you. Both work well, though Postable's first screen is a little less intuitive.

For Postable's mysterious first screen, just left-click the mouse on the phrase in the upper left corner, "for your copy and pasting pleasure" and, when the screen clears, you can enter the code you want it to fully display.

Postable

Quick Escape

END.

Saturday, October 6, 2007

View Anyone's Source Code

Internet Explorer
To view the code that other people use to display an icon, image, button, or other item, look at the browser (not Blogger) toolbar up above (while you are at their site) and

1. click View
2. click Source
3. right-click your mouse
4. click Select All
5. right-click again and click Copy.
6. open a Notepad file and Paste the code there.
7. Locate the applicable code, where it starts and ends.
8. Copy and Paste that snippet of code into your own template or page elements.

FIREFOX
For those of you who use or are comfortable with Firefox, it's simpler:

1. Mark (highlight) the area of interest.
2. Then right-click the mouse.
3. Click on "View Selection Source".
4. Code will appear on screen; Copy & Paste what's needed.

END.

View Anyone's Source Code

Internet Explorer
To view the code that other people use to display an icon, image, button, or other item, look at the browser (not Blogger) toolbar up above (while you are at their site) and

1. click View
2. click Source
3. right-click your mouse
4. click Select All
5. right-click again and click Copy.
6. open a Notepad file and Paste the code there.
7. Locate the applicable code, where it starts and ends.
8. Copy and Paste that snippet of code into your own template or page elements.

FIREFOX
For those of you who use or are comfortable with Firefox, it's simpler:

1. Mark (highlight) the area of interest.
2. Then right-click the mouse.
3. Click on "View Selection Source".
4. Code will appear on screen; Copy & Paste what's needed.

END.

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"></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

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"></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