Forum Moderators: coopster

Message Too Old, No Replies

xhtml valid tags

for strip tags

         

ahmedtheking

2:26 pm on Aug 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm adding 'strip_tags' function on my CMS to stop client putting in bad HTML but I was just wondering if people can help me compile a list of useful and valid xhtml tags, in a string, that won't be stripped!

coopster

12:01 pm on Aug 2, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



If you are looking for a list of common elements you could start with the DTD [w3.org]. Or, if you want the simplified version of what you will likely find in most documents you could use the "old" HTML 4.01 Element List [w3.org].

ahmedtheking

4:25 pm on Aug 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cool thanks!