XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).
Moderator: General Moderators
penguinboy
Forum Contributor
Posts: 171 Joined: Thu Nov 07, 2002 11:25 am
Post
by penguinboy » Fri Aug 27, 2004 10:57 am
Is it possible to remove the title, url & page # when printing from the browser?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Aug 27, 2004 11:07 am
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 » Fri Aug 27, 2004 2:30 pm
Opera allows the user to disable printing headers & footers.
pickle
Briney Mod
Posts: 6445 Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:
Post
by pickle » Fri Aug 27, 2004 5:15 pm
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 » Sat Aug 28, 2004 8:51 am
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 » Fri Sep 03, 2004 1:15 pm
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 » Fri Sep 03, 2004 7:21 pm
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
vigge89
Forum Regular
Posts: 875 Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden
Post
by vigge89 » Sat Sep 04, 2004 3:47 am