Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Help with text color in ccs
Old 04-17-2007, 07:14 AM Help with text color in ccs
Novice Talker

Posts: 10
Name: Adam
Trades: 0
this is what it is now.
and i just seem to add color. no matter what i try.

Quote:
h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"Asenine",serif; font-weight:bold;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:100%;}
h5 {font-size:100%;}
would someone be able to add color to h2 please? it can be any color
.Rocket is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-17-2007, 08:41 AM Re: Help with text color in ccs
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Code:
 h2 {
   color:red;
   font-size:180%;
   line-height:100%;
   font-family:"Asenine",serif; 
   font-weight:bold;
}
__________________

Please login or register to view this content. Registration is FREE


Last edited by willcode4beer; 04-17-2007 at 08:43 AM..
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-17-2007, 09:59 AM Re: Help with text color in ccs
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
If you add colour, make sure you add a background colour as well to avoid any CSS warnings:

color: red;
background-color: inherit /* this is usually sufficient */
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to Help with text color in ccs
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30805 seconds with 12 queries