GetSimple Support Forum

Full Version: italic fonts won't work with default theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the default theme (Innovation) and < em > doesn't work. How come?

EDIT: Just solved it. I just added

em {
font-style:italic;
}

into the style.css

Not sure if this is the best way. Would like to know the best way to solve this if what I just did isn't the best.
that is the best way

when <em> is used as mark up, it should have a CSS assigned

Cheers, Connie
i think that is a function of the reset.css file i used... i dont like that you had to add that into the css for it to work... i will just fix the reset css file for the next version