Bob Walkden <[EMAIL PROTECTED]> wrote: >there is a set of 216 colours described as 'web safe'. This means that >they will always look the same on all computer platforms and monitors >(colour assumed). This list should be available in most basic books >about web design. Within these there are 10 'non-dithering' colours >which are considered 'extra safe'. They are: aqua, black, blue, cyan, >fuchsia, lime, magenta, red, white and yellow. The browsers will >recognise these names, so there is no need for the hex equivalent or >the rgb values. Other than that it's a matter of following >well-established pre-computer guidelines for readability.
Well, they won't look exactly the same on all monitors but they well render reasonably close to what you see and the monitors/borwsers/operating systems will deal with them without interpolation or dithering or tricks like that. It's easy to remember the web safe colors; just define your colors in hex using combinations of 00, 33, 66, 99, aa, cc and ff. For example: FONT COLOR="#3366AA" or BGCOLOR="#996699" -- Mark Roberts www.robertstech.com - This message is from the Pentax-Discuss Mail List. To unsubscribe, go to http://www.pdml.net and follow the directions. Don't forget to visit the Pentax Users' Gallery at http://pug.komkon.org .

