smasharticles.com
is primarily for text-based articles, because they
are mailed to users in plain-text format.
However,
certain HTML elements are allowed, namely: <b>,
<i>, <br>, <p> and <a href>.
All other HTML elements will be converted to HTML
entities so they are not interpreted by your web browser.
Example:
if you want to add a link
<a href=http://www.smasharticles.com> smasharticles.com</a>
This
has two consequences:
1. The five elements above can be used to enhance
the look of your article when displayed through
the
website.
2. Most HTML that you want the user to see can be
entered normally, for example: an article about an
interesting JavaScript technique can use <script>
as normal.
3. Make use of the new 'Preview' button to ensure
that your article shows up the way you have envisioned. |