You (meaning Margie — all of this is for Margie) can re-edit an entry from the blog by clicking on the paragraph marker (¶) at the top of the entry.
You can enter in various special characters by putting in the following entity codes (the ones starting with an ampersand, and including the semicolon):
° (degree) – °
¼ (1/4) – ¼
½ (1/2) – ½
¾ (3/4) – ¾
You can do bullet points in HTML by:
<ul><li>first bullet
<li>second bullet
<li>third bullet, etc.</ul>
You can also leave a blank line between the list items (that’s what “li” stands for).
The “ul” is unordered lists, i.e., bullet items. You can also use “ol” for order lists, i.e., numbered items.
So with ul the above comes out as:
but with ol it comes out as:
Note that this blog is protected by the MT-Blacklist anti-spam program. Hoo-hah!
Okay, this is just a test comment.