Bold text doesn't work. =/ |
Bold text doesn't work. =/ |
![]()
Post
#1
|
|
![]() hotcakes. <3 ![]() ![]() ![]() Group: Member Posts: 39 Joined: Dec 2005 Member No: 320,675 ![]() |
This is the code I use for my bold text:
CODE .blogbody b, .standard b, p b, strong { /* [edits bold text] */ font-weight:bold; font-size:10px; font-family:arial; color: #FF008E;} But whenever I bold something in a new weblog entry, it just shows up as bold, and not the colour and style I have in my CSS. What did I do wrong? <3 |
|
|
![]() |
![]()
Post
#2
|
|
![]() torn ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 953 Joined: Oct 2004 Member No: 55,718 ![]() |
That's 'cause the Xanga weblog editor thing is weird and annoying
![]() If you use the bold stuff in the regular editor, then click "edit HTML," it'll show <span style="font-weight: bold;"> and </span> instead of <b> and </b>. I'm not entirely sure how to fix it (maybe in your CSS define "span b"?) but normally I just type my entry in the HTML editor and use <b> </b> tags. Hope that helps. |
|
|
![]() ![]() |