Showing posts with label tags. Show all posts
Showing posts with label tags. Show all posts

Thursday, January 29, 2009

The HTML strikethrough

This is the start of som some blogging questions. The first one is - the HTML strikethrough I just did to fix the grammar mistake. I find this a good thing to do to fix a grammar mistake instead of navigating to the Edit Post button on the Posting tab and replacing that word with the correct one. To do a strikethrough, you need to use the strike HTML tag. Right before the misspelled word, type "<" then the word "strike" then ">." Directly after the word, type "<" then "/" then "strike" then ">."

If you are aren't familiar with HTML tags, the beginning tag is this: type "<" then the keyword (such as strike in the previous example) then ">."
The ending tag (which should always go after a beginning tag in HTML rules) is this: type "<" then "/" then the same keyword then ">."

For additional information about the strikethrough and HTML tags see here.