I'm writing a page using HTML, CSS, jQuery and some PHP to run on my localhost. I use a separate stylesheet for printing. In print preview now, the content of the page's title tag
<html><head><title>THIS CONTENT</title>...
shows up on the page - How to get rid of it?
Many thanks in advance.