What HTML markup is allowed in my posts?
You can use
<q>quote</q>,
<b>bold</b>,
<i>italics</i>,
<u>underline</u>, and <s>
strikethrough</s>. You can create hyperlinks in two ways. First, any strings starting with "http://" or "ftp://" (up until the next space or newline) will automatically become a hyperlink. Second, you can use the HTML format
<a href="url">label</a> to create a hyperlink with the label text you want. All other markup is disabled.