Log In · Register

 
 
Closed TopicStart new topic
background color hides text, code
Dick_and_Jane
post 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
 
hi-C
post 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>
 
Dick_and_Jane
post 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
 
hi-C
post 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>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: