Remove title, url & page # when printing from the browse

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
penguinboy
Forum Contributor
Posts: 171
Joined: Thu Nov 07, 2002 11:25 am

Remove title, url & page # when printing from the browse

Post by penguinboy »

Is it possible to remove the title, url & page # when printing from the browser?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I think that functionality is totally controlled by the browser.. so no.
penguinboy
Forum Contributor
Posts: 171
Joined: Thu Nov 07, 2002 11:25 am

Post by penguinboy »

Opera allows the user to disable printing headers & footers.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Ya, it's browser side. In both Firefox and IE, that can be set from the Print Preview page.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

long live CSS

media and display are the attributes you may want to look at ;)
penguinboy
Forum Contributor
Posts: 171
Joined: Thu Nov 07, 2002 11:25 am

Post by penguinboy »

timvw wrote:long live CSS

media and display are the attributes you may want to look at ;)
CSS is great but afaik your wrong.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

i thought you didn't want to show thingies in the page itself... And therefore css media is really the answer :)

As i read it again, i suppose you're referring to the stuff added by the browser itself.. That answer would be: use a browser that doesn't do things you didn't ask for :)
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

Post Reply