-
Css help :D
Shows how dumb i am! :o
anyway;
Right, i have a css file i include on every page saves me writing out all the css on every page, ye i included it which works fine but i need BOLD ITALIC an UNDERLINE to be different colours is it summin like
Code:
I {color: #66CCFF font-size:8px;
}
B {color: #66FFFF;
}
U {color: #66CCFF;
}
because it dont seem to be working :(
-
Well...
You need to define the font-weight so use this
Code:
I {color: #colour1; font-size:8px; font-style: italic;
}
B {color: #colour2; font-weight: bold;
}
U {color: #colour3; text-decoration: underline;
}
Obviously replace colour1,2 and 3 with chosen colours.
-
isnt working :s
edit:
sorry my bad. Working very good since i posted it 2mins ago.... +rep