Can I remove the URL from my print css, so the web address doesn't print? -


I've written some stylesheets - including a print.css - and it's working fine.

I want to remove the URL from printing on each page. I am surprised that it is impossible to start, is there an element / option that I can set to display: no one to do this?

The reason for this is that a 'normal' and 'print' stylesheet is specially formatted on specific pages, it makes a meaningful note, so the URL is irrelevant.

In Firefox, (see page source :: tags HTML).

In your code, & lt; Html & gt; with & lt; Html moznomarginboxes mozdisallwherelection print & gt; .

In other browsers, t know, but you can see


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -