Topic: Removing 'style' tag
first ..awesome script! thx!
this is my config
$config=array(
'valid_xhtml'=>1,
'tidy'=>1,
'cdata'=>1, // remove cdata
'comment'=>1 // remove comments
);i tried with elements=>'*-style'
but the <style type="text/css">....</style> was not parset out