background color hides text, code |
![]() ![]() |
background color hides text, code |
Nov 3 2005, 02:13 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Oct 2005 Member No: 266,798 |
My text coming up in comments is the same color as the background. Is there any where in this code I can change it to a darker color?
Thanks |
|
|
|
Nov 3 2005, 02:26 AM
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
I'd try specifying a text color. Try this:
CODE <style type="text/css">
p, body{ font-color:#HEXNUMBER; </style> |
|
|
|
Nov 4 2005, 02:08 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Oct 2005 Member No: 266,798 |
that doesn't work, the replies in the comment box still don't show up. Is there somewhere in the code itself I can add a color for the comment box?? Thanks
|
|
|
|
Nov 4 2005, 03:15 PM
Post
#4
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
^ Oh, in the comment box, I get it now. Try this:
CODE <style type=text/css>
input, select, textarea, iframe.htmleditor, .textfield, .button { border: 1px solid #ffffff; font-family: Tahoma; font-size: 8pt; background-color: #925290; color:#e6e6e6; } </style> |
|
|
|
![]() ![]() |