Page 1 of 1

[SOLVED] White text not showing on printer friendly page

Posted: Tue Nov 25, 2008 3:40 pm
by SIMONdesign.nl
Does anyone know how to solve my problem? White text on my website doen't show up on printer friendly pages. Changed template and stylesheet but nothing works.

url:
http://213.247.53.15/~spijshuys/index.p ... rgerechten

Thanks

Re: White text not showing on printer friendly page

Posted: Tue Nov 25, 2008 4:04 pm
by Dee
Try something like this in your "Override print stylesheet" ("Content" -> "Printer Friendly Pages" -> "Override print stylesheet"):

Code: Select all

body * {
  color: black;
}
Regards,
D

Re: White text not showing on printer friendly page

Posted: Wed Nov 26, 2008 6:36 am
by SIMONdesign.nl
Some of the text I copied had some unkown style ??? ??? Some were showing and some not. Replaced them all and now it works... Welcome to the wonderfull world of css!

Thanks for the help.
Simon