simple question...been lookin for a while, font color |
simple question...been lookin for a while, font color |
![]()
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
|
|
|
![]() |
*This Confession* |
![]()
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> |
|
|
![]() ![]() |