rebolforum.com website colours

Started by Anton Rolls on 26-Feb-2015/9:00:28-8:00
Hello, in my Mozilla Firefox browser I have set my default colour preferences thus: background: #333333 text color: #cccccc but the rebolforum website seems only to set the background colour (<TD bgColor=white); the result is low contrast and difficult to read: background: #ffffff text color: #cccccc The solution should be either: 1) Set the background AND the text colour harmoniously, making good contrast: eg. I recommend adding something like this: <STYLE>body {background-color: #808080; color: black;}</STYLE> OR 2) Do not set either bgcolor or text colour; the end-user's browser preferences will be used. See http://www.w3schools.com/css/css_text.asp Kind regards.
Thanks Anton, if you'd like to submit some changes, the current forum code is always here: http://rebolforum.com/index.cgi?f=source . Just post the entire script back here in a compressed block of code, and I'll check and update it on the server.

Reply