code in weblog entry help |
code in weblog entry help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2004 Member No: 31,083 ![]() |
I'm trying to put a color for just one word in my weblog entry. I use the code for font color, but it doesn't work. Is another code interfering?
Here's what I have in my header |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
QUOTE <style type="text/css"> a:visited, a:active, a:link { font-weight: bold; color: #000000; text-decoration: none; } a:hover { color: #FF0080; } body, td, div, p, th, select, input, font { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000; line-height: 18px; } .banner, .footer, #SearchBar1_pnlSearch, hr { display: none; } .main, .navigation { width: 600px !important; } .mainleft table { border: 0px; } .mainleft th.left { padding: 0px 0px 5px 0px; } .mainleft td.left { padding: 12px 0px 13px 0px; } .mainleft th.left, .blogheader { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; text-transform: uppercase; border-bottom: 2px solid #FF0080; margin-bottom: 12px; } .maincenter td, .maincenter p { text-align: justify; padding: 0px; } .blogbody td { width:0px; padding: 0px 0px 4px 0px; } .htmleditor { width: 100% !important; } #pnlEnabled table td { text-align: justify; } #rblEprops td { letter-spacing: -.1em; } td.maincenter table { width:auto !important; } </style> Take out the part where I bolded it. It should work. |
|
|
![]() ![]() |