Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am documenting some software in MS Word. I want white text on black background when viewing on the computer (it saves eyes and power), but I want black text on white background to save ink in case people print. Is this possible?

I don't know if this helps but I will likely be saving as PDF. Currently, I have a dark background with "Automatic" font color. Shame there's no way of defining the background to be clever like the font color.

share|improve this question

migrated from programmers.stackexchange.com Oct 27 '11 at 15:58

5 Answers

up vote 1 down vote accepted

You could use HTML instead of word documents.

Not only is it a standard and easily viewed, but you can actually define different stylesheet for screen and printer.

Depending on your needs, you can knit the markup by hand or customize TinyMCE for your needs.
Or, as is quite common, you could use a wiki system to write your documentation, which would also give you all the features of a wiki (versioning, linking, searching, tagging etc.).

share|improve this answer

You could use a different windows theme while editing your word/excel documents.

There is a inverted contrast accessibility theme that will do just that.

share|improve this answer
I had hoped i could do somethign specific to the word document. – Kohan Oct 27 '11 at 16:12

Used to be you could activate a mode that gave you white text on a dark blue background, like in the DOS days. It affected only the viewing of the document; it still printed as expected. But they took that out in Office 2007, sorry.

You could in theory write a macro that changed the colors around when printing, and changed them back afterward, and then attach it to the Word document. A lot of work for little gain, though.

FYI, it takes less power to display a white screen on a modern LCD, so if that's your concern, leave it the way it is.

share|improve this answer
cool, thanks for the info. – Kohan Oct 28 '11 at 8:24

On the ribbon go to "Page Layout" and then "Page Color" - select black Then on the font styles you are using, change the color to white. There's probably a way you can set this up as a default template if you want it for every document. Not sure if it will try to print it this way or not. It's not too hard to switch it all back before you print though. (revert the page background, and select all; change font color)

share|improve this answer

Keep your document settings for onscreen viewing as you have chosen (black background, “automatic” text color). In Word 2010, go to the File tab; select Options; select Display; go to Printing options and UNCHECK the box that says “Print background colors and images.” This will PRINT your document with black text on a white background.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.