Difference between revisions of "Help:HTML Capable"
HELP PAGE DISCUSSION CLOSE
 
m (1 revision)
 
(No difference)

Latest revision as of 23:21, 24 March 2013


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:

my content

The example above will resemble something below:

<b>my content</b>

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 "