Krzysztof Szynter
Krzysztof Szynter

Reputation: 845

How can i change or remove title and page address?

I use some CSS styling to hide input buttton, images and so on but i wonder how can i remove or better: modify, where / what shows up on printed page in place of title and page address?

Upvotes: 0

Views: 80

Answers (2)

SLaks
SLaks

Reputation: 887365

This is the browser's standard header and footer, and cannot be controlled by CSS.

Upvotes: 2

Pekka
Pekka

Reputation: 449395

Sadly, you can't. Those headers and footers are added by the browser. You can usually remove them in the browser's "Print" settings, but there's no way to get rid of them globally for all users.

Upvotes: 1

Related Questions