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...)
 
 
Line 1: Line 1:
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.
+
Most HTML, script tags, embedded objects, 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 ===
 
=== List of allowed HTML ===

Latest revision as of 10:06, 4 October 2008

Most HTML, script tags, embedded objects, 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)