bolded text |
![]() ![]() |
bolded text |
Sep 28 2004, 04:41 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Aug 2004 Member No: 39,326 |
is there anyway you can make your bolded text a differnt font than ur original? i already have it another color, but i wanted instead it of being century gothic, i wanted it it to be arial or something... thanks if you could help!
visit me! |
|
|
|
Sep 28 2004, 04:50 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
try adding this to the part of the html that changes the color of your bolded text
font-family: arial; or have you tried changing this font:normal 12px century gothic; to this yet? font:normal 12px arial; |
|
|
|
Sep 28 2004, 10:04 PM
Post
#3
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #ffffff; font-family: FONT HERE } </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |