Hi all,
Had a few members complain the text on my site was too hard read, turns out to be an issue with style sheets I think. The text on the pages should be cream on an almost black bground. Colours chosen in the pallette and of course, the code from the style sheet calls for the colors like this:
.actwarningcolor{color:NETQUOTEVAR:REQUIREDCOLORCSS;}
I have now hard-coded the .css file for the suspect font like this:
.actxsmall{font-size:11px; color:#ffffd7; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px;}
and had reports from the Mac G4/G3 clients using various browsers that it is now better. I have no Mac to test the site so would appreciate some feedback please. Does this mean there is an issue with NETQUOTEVARS on newer Macs?
Here is a link to how it should look, screenshot on my PC:
http://www.organicimage.com/organicimage_screenshot.jpg
Thanks all
Had a few members complain the text on my site was too hard read, turns out to be an issue with style sheets I think. The text on the pages should be cream on an almost black bground. Colours chosen in the pallette and of course, the code from the style sheet calls for the colors like this:
.actwarningcolor{color:NETQUOTEVAR:REQUIREDCOLORCSS;}
I have now hard-coded the .css file for the suspect font like this:
.actxsmall{font-size:11px; color:#ffffd7; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px;}
and had reports from the Mac G4/G3 clients using various browsers that it is now better. I have no Mac to test the site so would appreciate some feedback please. Does this mean there is an issue with NETQUOTEVARS on newer Macs?
Here is a link to how it should look, screenshot on my PC:
http://www.organicimage.com/organicimage_screenshot.jpg
Thanks all
Comment