Print Layout

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
raymedia
Forum Commoner
Posts: 27
Joined: Thu Oct 09, 2003 6:36 am
Location: Melbourne, Australia

Print Layout

Post by raymedia »

Hi guys..hows going..

I have created a printable html page..but i don't want it to print the page title on the top and the url at the bottom..is there any way to get rid of this or hide it..thank you
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Has to be done on the client side by the user AFAIK, I don't think there's another way to control it - except perhaps by using PDF.

Mac
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: Print Layout

Post by malcolmboston »

raymedia wrote:Hi guys..hows going..

I have created a printable html page..but i don't want it to print the page title on the top and the url at the bottom..is there any way to get rid of this or hide it..thank you
i would never normally recommend this but frames may work here, just add the content you want printed into a frame and then print from there
Post Reply