print page without header & footer

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
valen53
Forum Contributor
Posts: 137
Joined: Tue Aug 27, 2002 9:29 am

print page without header & footer

Post by valen53 »

hai all,

i want to print my invoice in html but without print header & footer.

i know i can take out the header & footer at page setup, but after takeout, it was no longer there.

anyway that set control whether print header & footer, and set the margin ?

thanks reply
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you can use CSS to suggest how to use certain parts of the page.

search for "CSS AND media AND print" .. I came up with 20 when I searched a second ago here.
valen53
Forum Contributor
Posts: 137
Joined: Tue Aug 27, 2002 9:29 am

Post by valen53 »

thank you very much
Post Reply