This happens with both firefox and epiphany. I don't know who's bug it is. Use the following css in a web page: body { font-family: serif; font-size: 16px; background-color: white; color: black; text-align: justify; margin: 50px; line-height: 18px; } Firefox will properly display it, but printing to a postscript printer results in garbage. change text-align: justify; to text-align: left; and it prints just dandy. -=- You don't have to waste paper to demonstrate - print to file (ie output.ps) and view it with evince. Anyone else seeing this? Know whos bug it is? Is it already reported?