In my PHP output, I need to define the style for contents that are enclosed by the 'o:p' tag. E.g.
Code: Select all
<o:p>This is a test string</o:p>Code: Select all
o:p
{font-style:italic; Color:red}So, how should I fix the problem?
PS. Please don't blame me for the weird 'o:p' tag. It's inherited from M$ word converted html file. I'd replace it if all else fails.
thanks