Bold text not working, I used part of a crappy code, I guess |
Bold text not working, I used part of a crappy code, I guess |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Aug 2005 Member No: 190,174 ![]() |
So yeah, I have the "custom bold text" code on my Xanga and it won't make my text bold anymore. I've probably edited it so many times now that I screwed the code up.
Not to mention when I first got this code I had to debug it because whoever made it didn't know how to code right. ![]() I'll try taking out some extra code that I don't think should be there. But last time I tried that, it just screwed my text up even more. Would extra "strong" css properties cause another to cancel out? |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
It seems to be working... The font is lighter than normal. But uh, I do think that these two might be canceling each other out.
CODE <style type="text/css">
.blogbody b, .standard b, b{font-weight: bold} </style> <style type="text/css"> .blogbody u, .standard u, u { font-weight: lighter; color: #999999;text-decoration:underline} </style> |
|
|
![]() ![]() |