Defining CSS style for tag o:p
Posted: Tue Mar 20, 2007 10:18 am
Hi,
In my PHP output, I need to define the style for contents that are enclosed by the 'o:p' tag. E.g.
I've tried to define the CSS style as:
But it does not work. I then realized that it might not be correct.
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
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