Help:HTML capable
HELP PAGE DISCUSSION CLOSE
Revision as of 23:21, 24 March 2013 by Matt (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HTML Capable

In a HTML enabled field, you can use HTML tags to alter the looks of the content of this field. For example, if you would like to bold the content:

<b>my content</b>

The example above will resemble something below:

my content

If you actually need to display the HTML tags as they are and avoid being evaluated by the web browser, you can actually enter the following characters:

  &lt; instead of <
  &gt; instead of >
 &amp; instead of &
&quot; instead of "