The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Solved lock

DarkewolfeDarkewolfe Registered User regular
edited January 2010 in Help / Advice Forum
What am I doing wrong here? In my header I am trying either of the following:

body {font-size=1em};
p.bigger {font-size=1.2em;}
p.bigbold {font-weight:bold; font-size=1.2em;}

body {font-size=9pt};
p.bigger {font-size=11pt;}
p.bigbold {font-weight:bold; font-size=11pt;}

Then when I in-line <p class=whatever> I'm getting the bold, but font sizes aren't changing at all.

What is this I don't even.
Darkewolfe on

Posts

  • DirkMaximusDirkMaximus Registered User regular
    edited January 2010
    Use colons instead of "="

    DirkMaximus on
  • DarkewolfeDarkewolfe Registered User regular
    edited January 2010
    A-dooooy...

    Thanks. Solved.

    Darkewolfe on
    What is this I don't even.
Sign In or Register to comment.