How do you change the color of bolded text?, Just what I said |
![]() ![]() |
How do you change the color of bolded text?, Just what I said |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Feb 2004 Member No: 4,633 ![]() |
I had that code to make all your bolded text colored but I deleted it and now I can't find it and i want it wahhhhhhhhhhhhhhhhhhhhh
lol-well thanx 2 nywon who can help |
|
|
![]()
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Feb 2004 Member No: 4,913 ![]() |
heres the code to make everything bold on the left side module
CODE <!-- begin code provided by createblog.com --> <STYLE TYPE="text/css"><!-- B {color: #000000; font-size:10px; cosmic sans ms} //--></STYLE> <!-- end code provided by createblog.com --> and if you want it to be bold in ur blog area, i think you use the css style sheet..something like this.. 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: #FF661A; } </style> <!-- end code provided by createblog.com --> does that help? ![]() |
|
|
![]() ![]() |