|
Xylina -> Changing Print Styles with CSS (7/10/2006 15:19:08)
|
I have most of the CSS that I need to make this page print correctly, but there are a couple of more things I would like to change. On the Website I want the text to be the colour it is so that it fits in with the overall colour scheme, but when someone prints something, I would like it to print in black, instead of the blue. Also, I would like the [Back] [Home] [Archive] [Next] links at the bottom to not print. Here is the CSS that I have so far: .maintable { width: 95%; align: center; border: 0px; } .table { border: 0px; color:#000000; } Nothing too fancy, as you can see, but hey, it works. For an example of what I am talking about go to: http://coxandcompany.biz/TalkingBusiness/BusinessPlanning.htm Any assistance with this will be greatly appreciated. Thank you, Xylina
|
|
|
|