![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I've noticed that, in some styles, text that's in italics shows up in a different colour to the main text. I kind of need something like this because my phone browser doesn't show italics - it just shows normal text, so I can't tell when it's in italics).
Does anyone here know how to do something like that?
Does anyone here know how to do something like that?
Tags:
no subject
Date: 2009-10-05 01:50 pm (UTC)In the code you specify which colour you want either by using its hex number or for simple primary colours just the name. Like this:
i {color: #ff0000;}
or like this:
i {color: red;}
no subject
Date: 2009-10-05 03:27 pm (UTC)no subject
Date: 2009-10-05 03:48 pm (UTC)i, em { etc }
So that you get both the tags people use for that kind of thing.
no subject
Date: 2009-10-05 04:06 pm (UTC)no subject
Date: 2009-10-05 09:17 pm (UTC)