Help with Highlight CSS Script |
Help with Highlight CSS Script |
Jul 22 2005, 06:12 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Jul 2005 Member No: 178,090 |
How do I combine these two different codes?!
Change Color of Bold: <!-- 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; } </style> <!-- end code provided by createblog.com --> Highlight: <span style="background-color: COLOR">TEXT HERE</span> I want the bold to automatically highlight but when i try to add it, my entire page bg changes. Is there a way for it to work? |
|
|
|
![]() |
Jul 22 2005, 07:54 PM
Post
#2
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
i think that's just when you post, since it has the "TEXT HERE"
|
|
|
|
Jul 22 2005, 08:30 PM
Post
#3
|
|
|
omnomnom ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,776 Joined: Jul 2005 Member No: 180,688 |
Uh, maybe you should try putting it in your Header HTML, that might not work, but it's worth a try.
|
|
|
|
Jul 23 2005, 05:44 AM
Post
#4
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
Put this in your custom header:
CODE <style type="text/css"> b, STRONG {color: #COLORHEXCODE; background-color: #COLORHEXCODE; }</style> Tell me if it works or not. |
|
|
|
![]() ![]() |