How to replace <font face=Verdana> wirh <font face="Verdana"> with php
Hi,
I'm making a sort of outlook clone in Flash and have come pretty far :) but the flash player is very strict when it comes to html. I've stripped and replaced a whole lot and urlencode it to display it nicely.
The problems comes with for example this:
<font face=Verdana>some text</font>
The flashplayer simply ignores the text then.
is there a way to replace it like this:
<font face="Verdana">some text</font>
and then for every font, color, allignment, etc
You would be a huge help!
thanks,
Vincent