print a record set

P

Paul M

Hi
I would like to have a button on a search results page
that will print the recordset without the rest of the
page. My page has a side pannel on the left and when you
click print preview half of the record set on the right
is out of print range.
Is there a symbol of a printer that can be downloaded
from anywhere to use as ab utton
best wishes
Paul M
 
A

Andrew Murray

use any printer image you can find.

Try the font "windings" or "webdings" there may be a symbol in there. Create it
in an image editor in case some people don't have those fonts. Windings and
Webdings are "symbol/picture" type fonts.

Very useful in most cases I 've found.
 
P

Paul M

Thanks Andrew
But how do I get the button to print the recordset just
on its own.
Paul M
 
M

MD Websunlimited

Hi Paul,

The easiest method would be to utilize CSS and @media to allow you to adjust the page to the printer.
 
P

Paul M

Top