I've got the following code
<text style="font-size:0.7em">
which is recognized fine by FF but not by IE 8.
I can't figure out why this is the case.
Any ideas?
I've got the following code
<text style="font-size:0.7em">
which is recognized fine by FF but not by IE 8.
I can't figure out why this is the case.
Any ideas?
I'm no css expert....especially inline styles....but don't you have to apply the style to a pseudo selector (p style or h1 style) of some sort?
Like <p style="font-size:0.7em">words words</p>
like I said, I'm no expert.....I 'm kinda guessing since I've not come across anyone using text-style in a theme before.....
I don't know. I'll try that and see what happens. Thanks for helping! I'll post back.
Excellent, it worked!
Thanks!
This topic has been closed to new replies.