Skip to content

How To Enter XML & HTML

johnhenley edited this page Oct 15, 2025 · 8 revisions

Often when posting in a forum, you need to add HTML or XML that you want to display as code rather than be inherently rendered by the browser. This requires the extra step of wrapping you HTML or XML in <pre> and/or <code> tags. Here are some examples.

Entering HTML for rendering

Using CKeditor in "UI" mode

Using the CKeditor UI, style the HTML as you want it to render; in this example, we're using a "Heading 1" tag, and setting a color for some text: image image

After styling, the content displays in the UI editor:

image

And once the post is submitted, it will display:

image

Using CKeditor in "Source" mode

When entering in the "Source" mode in CKeditor, directly enter the HTML:

image image

Using "Quick Reply" box

image image

Entering HTML as documentation

Using CKeditor in "UI" mode

image image image

Using CKeditor in "Source" mode

When entering in the "Source" mode in CKeditor, using directly-enter HTML, wrap the HTML in <code> tags:

image image

Using "Quick Reply" box

Enter the HTML, but wrap in [CODE] tags: image image image image

Entering XML as documentation

Using FCKeditor in "UI" mode

image image

Using FCKeditor in "source" mode

image image

Using "Quick Reply" box

image image image image

Clone this wiki locally