Help - Search - Members - Calendar
Full Version: italic text
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
x_o
is it possible to unitalicize italic text?
moorepocket
like what?
HelloSunshine
Well..you'd take out:
CODE
<I> blahity blahity</I>

Normally, but exactly..what do you want to unitalicize?
x_o
well... i want it so that if you use <i></i> it'll change the color but not italicize it
freeflow
^ i dont think thats possible . w/out italizing it.
unless you color the word yourself.
YaWeaveIzOnFiyah
I actually think you can because I know when you bold text you can make it normal but still color it. Hold on let me get try to get the code for you.

Edit nevermind` the code doesn`t work when i tried it :-/
Heathasm
what..why do you HAVE to use <i></i> tags to change the color...

you can use this code to make your <i></i> tags make the font a diff color AND italisize it



and if you just want to change the color use this code


and just use <h3></h3> tags :D
mipadi
QUOTE(x_o @ May 22 2005, 9:36 PM)
well... i want it so that if you use <i></i> it'll change the color but not italicize it
*

You can do it with CSS:
CODE
i {color:#rrggbb; font-style:normal}

The font-style attribute can also be set to italics to make text italicized.
lovescream
^ isn't it font-weight?
mipadi
QUOTE(Spiritedfreak @ May 30 2005, 9:53 PM)
^ isn't it font-weight?
*

No, font-weight is used to make text bold. For example, font-weight:bold makes text bold, font-weight:normal makes it normal. (You can also use other attributes instead of bold and normal to set how bold you want it.)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.