Tag: html

Allowed HTML Elements

Share

You can now control what HTML markup elements (tags) are allowed to be entered into your discussion messages.

There is a list of builtin markup elements that can be toggled between allowed and not allowed. The list of builtin elements is from XHTML Modularization 1.1 - Second Edition.

You can also add your own custom elements.

See How To Edit Allowed HTML Elements.

When a non-allowed element is entered it is escaped. The escaping happens after the markup language for your message is rendered.

Comments (0)       
Tags: added, allowed, element, feature, hosting, html, markup, tom's, tom's web hosting, web

Displaying HTML Files As Text In Your Webbrowser From Apache 2

Share

I wanted to display html files as text in the webbrowser from a server running Apache 2.

The trick that worked for me was to use the ForceType Directive.

Comments (0)       
Tags: apache, code, directive, forcetype, html, text