How would I go about doing this... it seems as if the .css file does what it is supposed to but the colors are changed again elsewhere?
-Nate
removing the "yellow" background from Name and Ema
also...
while im here, I have a problem with the smileys... the javascript doesn't see the form when the message board lives inside a frame of another page. something with this function probably:
Go to http://www.abiscus.com and then click on Contacts for the example
Code: Select all
function insertSmiley(text) {
var space=" ";
parent.opener.document.form.message.value += space + text + space;
}
@ nrhoades
have you got Google Toolbar installed? If yes remember that the toolbar automatically marks fields it can enter with the "AutoFill" function as yellow. You can disable that in "Options" > "AutoFill settings".
Regards
have you got Google Toolbar installed? If yes remember that the toolbar automatically marks fields it can enter with the "AutoFill" function as yellow. You can disable that in "Options" > "AutoFill settings".
Regards
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
Must have been frustrating editing the CSS file with no changes



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