Log In · Register

 
simple question...been lookin for a while, font color
candyprincez757
post Jul 29 2006, 08:31 PM
Post #1


Member
**

Group: Member
Posts: 16
Joined: Jan 2006
Member No: 353,486



ok i know the basics of css.... i used a css style sheet and it has it where there is one basic font to my page. but some sentences i want a different size,and color. What is the code to change the color and size for like a different paragraph? sorry it sounds confusing
 
 
Start new topic
Replies
*This Confession*
post Jul 29 2006, 10:34 PM
Post #2





Guest






care to give me a link to your profile?

also just customize your bold, underlined, and italics

which you can do that by using this..

CODE
<style type="text/css">
b {background-color: a23b66;
     color: cccccc;
     font-family:Georgia;
     font-size:8pt;
     letter-spacing:0pt;
     font-weight:bold; }
i,em{
    background-color: a29ed3;
     color: a23b66;
     font-family:Georgia;
     font-size:8pt;
     letter-spacing:0pt;
     font-weight:normal;  }
u{
     background-color: e18b76;
     color: cccccc;
     font-family:Georgia;
     font-size:8pt;
     letter-spacing:0pt;
     font-weight:normal; }




</style>


which will change what things look like when you put in this into your text


Italics - <i> TEXT HERE<i>
Underlined - <u> TEXT </u>
Bold - <b> TEXT </b> or <strong> TEXT </strong>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: