Guidelines for html
Although in most cases I would prefer to receive content as simple unformatted text, it is possible to work with html too. The html submitted must be content only, not formatting. All formatting on sites I produce is done purely with CSS. If you already appreciate the huge benefits of this approach then you can send me html, but please limit your html tags to the following:
- p
- h1 h2 h3 h4
- strong
- em
- ul li
- a
- img
In particular, avoid the following tags. They will all be automatically stripped out.
- br
- b (use strong)
- i (use em)
- table th tr td
There are occasions when tables are useful. These are quite rare. If you do need a table, let me know so I can bypass the filter that strips them out.
