CSS question
CSS question
- Started
- Last post
- 4 Responses
- CygnusZero4
I have an HTML page that uses CSS, and when I go to print preview, or print the page, it's not seeing the style sheets.
Anyone know what could be causing this?
- CygnusZero40
That fixed it, media="screen, print"
- seeessess0
Set up a separate stylesheet for print. No backgrounds, larger fonts, little (or no) colour. You can do some nice stuff with print ;o)
- Gordy220
^ what he says