Dynamic Signal uses a middleware plugin to help with formatting your posts. This allows you to do most HTML formatting without needing to know HTML. For people experienced with HTML, you can have more fine-grained control over the code.
Note
For security and cross-compatibility reasons, some tags / code are stripped from a post before publishing. This includes ...
- Javascript
- Linking to CSS stylesheets
- Inline styles are supported
- Some other problematic tags, such as "escape" characters
A list of allowed HTML tags and properties is listed below, along with any specific properties that may be supported.
- Basic Tags
- small
- center
- p
- style
- hr
- style
- em
- style
- li
- style
- ul
- style
- ol
- style, start, type
- b
- i
- u
- br
- big
- Tables
- table
- style, align, bgcolor, border, cellspacing, cellpadding, width, height
- tr
- style, align, valign, bgcolor, width, height
- td
- style, align, valign, bgcolor, width, height, colspan
- th
- style, align, valign, bgcolor, width, height, colspan
- tbody
- thead
- tfoot
- table
- Additional Tags
- span
- style
- strong
- style
- pre
- style
- blockquote
- style
- h1
- style, align
- h2
- style, align
- h3
- style, align
- h4
- style, align
- h5
- style, align
- h6
- style, align
- div
- style, align
- a
- style, href, target, title
- img
- style, height, width, border, alt, src, align
- font
- style,color,face,size
- label
- style, for
- span