Script URL: http://papercliphouse.maskee.name/mboard/mboard.php
Version of script: 1.21
Version of PHP: 4.3.2 (cgi)
Hosting company: my own server
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
style.css edits, for table entries
Write your message below:
I have edited style.css to tailor my board, however I am unable to change the properties of the text area (to add a background color). I have changed table.entries in style.css and added class=entries to the textarea definitions in mboard.php based on guidance in this forum, to no effect (no changes to table.entries properties actually change the table). Here's what I am trying to do:
table.entries {
color : black;
background-color : #FF9933;
}
I have also tried TD.entries, and .entries, nothing works.
style.css error
Moderator: mkoch227
Try
textarea {
color : black;
background-color : #FF9933;
}
and for other input fields:
input {
color : black;
background-color : #FF9933;
}
textarea {
color : black;
background-color : #FF9933;
}
and for other input fields:
input {
color : black;
background-color : #FF9933;
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools