Difference between revisions of "HTML in blog posts"

From SailBlogs Support Wiki
Jump to: navigation, search
(New page: Most HTML, script tags, CSS and other formatting will be '''STRIPPED''' from blog posts. Exceptions are very limited style tags shown below. This is a security feature to prevent SailBlogs...)
(No difference)

Revision as of 16:02, 5 August 2008

Most HTML, script tags, CSS and other formatting will be STRIPPED from blog posts. Exceptions are very limited style tags shown below. This is a security feature to prevent SailBlogs from being used to distribute spyware or other malicious code.

List of allowed HTML

Element Code Meaning
<b> bold
<a> anchor (link)
<i> italic
<img> image
<strong> bold
<em> emphasis (italic)
<p> paragraph
<blockquote> indented quote
<u> underline
<center> center text
<br> line break
<pre> preformatted
<del> delete (strike)