If you would like to use HTML in your posts to better format your posts (for example, for including tables), then use the dohtml tag as follows:

[dohtml ]

**YOUR HTML CODE HERE**

[/dohtml ]



Note that you must remove the space in the dohtml tags in the above example. Also, you do not need to include the <html > </html > tags in your HTML code. Importantly, scripts, such as javascript, are disabled, for security reasons.

Another thing about the dohtml. You should remove all line breaks in your code or else they will get converted to br html tags. This is because, when you normally post, all line breaks in your post get converted to br html tags, and though you would like to turn this off between dohtml tags, it's a little tricky. I'll see what I can do about this, too, but in the meantime, if you intend to use the dohtml tag, remove all linebreaks from your post prior to posting (this is, in general, most easily accomplished using an editor such as EditPad lite (which is freeware) for removing line breaks).