/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* * Replaces align parameter with a class style. * Example: align="left" -> class="alignleft" * * @param $html String: html code of <img> * @return $html String: modified html code */ function rewrite_imgalign ($html) { }