require_once("../inc/util.inc");
page_head("Allowed HTML tags");
echo "
The following HTML tags are allowed in profiles, messages,
signatures, etc.:
- <b> (bold)
- <i> (italics)
- <a> (hyperlink)
- <p> (paragraph)
- <br> (break)
- <pre> (preformatted)
- <img> (image; height cannot exceed 450 pixels)
";
page_tail();
?>