[snip]
Is there any function in PHP that changes html in a string from <p
align=center> to <p align="center"> ? (e.g. adding the double quotes)
[/snip]

Nah, but you could write a function to add quotes to attributes of any
tag that you would like.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to