Mega Code Archive

 
Categories / Php / HTML
 

Replacing FONT Tags with CSS

<?php     $tidy = tidy_parse_file("clean.html", array("clean" => true));     tidy_clean_repair($tidy);     echo $tidy; ?>