I have a search results page thats looks lovely with my
style sheet on a browser but it is not printed with all the the header and background formatting. I print via the right click print option when over the middle frame containing my formatted search results. The style sheet is link imported into the top of my asp middle frame search results page:-
<LINK REL="StyleSheet" HREF="mystylesheet.css" TYPE="text/css"">
I then use styles on table headers, cells and rows.
Is there something special I need to do to get the stylesheet applied at print stage as well as on the browser display?
style sheet on a browser but it is not printed with all the the header and background formatting. I print via the right click print option when over the middle frame containing my formatted search results. The style sheet is link imported into the top of my asp middle frame search results page:-
<LINK REL="StyleSheet" HREF="mystylesheet.css" TYPE="text/css"">
I then use styles on table headers, cells and rows.
Is there something special I need to do to get the stylesheet applied at print stage as well as on the browser display?