Hello,
how can I force the attribute "small" to a specifically size? (ex: 13px)
I'm reading data from a db and I have to display tags like this:
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; text-align: justify;"><span style="font-size: small;">Text</span></p>
I can't modify these tags and works different in IE8 and FireFox so I want to force it.
Is it possible?
Thank you.