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? |
|
|
|
melissarohs Help with Highlight CSS Script Jul 22 2005, 06:12 PM
xenosaga i think that's just when you post, since it ha... Jul 22 2005, 07:54 PM
c0cONuTTeR Uh, maybe you should try putting it in your Header... Jul 22 2005, 08:30 PM
niez_cho Put this in your custom header:
CODE<style typ... Jul 23 2005, 05:44 AM![]() ![]() |