# Why aren't my font colors / scripts / Flash / Java applets showing up in my Plone site?

By default, Plone employs an <span class="caps">HTML</span>-filtering system when it transforms Plone documents into marked-up web pages. Certain tags, such as &lt;font&gt; and other deprecated tags in <span class="caps">HTML</span>, are removed so that the generated page is closer to <span class="caps">XHTML</span>, which does not allow deprecated tags. Other tags such as &lt;script&gt; and &lt;embed&gt; are disabled because they present certain security issues.

While avoiding the use of these tags is certainly the preferred “Plone way of doing things”, this isn’t always an option. Certain tools such as the TinyMCE editor use &lt;font&gt; and other filtered tags, and won’t be displayed by default, forcing the user to change the filtering.

Instructions on changing tag filtering can be found at this [Plone article](http://plone.org/documentation/how-to/filteringhtml). Look under the section labeled “Safe <span class="caps">HTML</span>”. Note that you must have Plone 2.1.2 or later in order to configure Safe <span class="caps">HTML</span>.