Posted by Toby Inkster on 12/14/46 11:51
Chris wrote:
> I have inherited a CMS system which allows users to format content
> themselves. Much of the formatting is done using font tags.
I'd use a bit of server-side processing to strip them out. If you're using
PHP there is a strip_tags() function which can strip out HTML from a
string. (You can provide a list of tags which it should leave alone.)
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|