Quote:
|
I can make a script where you list the tags in a file and the php would strip whatever tags are in that file.
|
It actually gets even trockier than I mentioned, I'd like to allow certain tags, with certain attributes, but also restrict the values for the attributes.
Example:
I could allow just <font face="arial"> or I could allow <font face="arial" size="4">, but dissallow <font face="arial" size="6">
(The eventual aim is to allow the restricted use of filters in IE5 and above.. ie. I could allow glowing text up to a certain size, but stop other filters)
If this is too complicated, the ability to allow or dissallow individual attributes will be fine..
(then anything else is weeded out, including invalid HTML tags, like <font</font> where the closing '>' is missing)
BTW, I can only offer you credit in the documentation and script, I can't offer any cash sorry.. (as the script itself will be freeware)