Thread: basic css style sheet for print
Results 1 to 3 of 3
Related
-
CSS code help with external sheet Forum: CSS Forum
Replies: 3 -
div tags / style sheet margin moves all my content Forum: CSS Forum
Replies: 0 -
problem with print style from page 2 Forum: CSS Forum
Replies: 3 -
inline style overuled by external sheet Forum: CSS Forum
Replies: 5 -
Style sheet shortcutting - possibilities? Forum: CSS Forum
Replies: 9
-
04-23-2003, 02:44 PM #1
basic css style sheet for print
I'm very new to css and I was wondering if there is a basic style sheet already created for print that I could start with for my print style sheet. I'm primarily interested in if it is possible to eliminate the "submit buttons" and other href buttons on the page that are used for navigation when the page is printed. Thanks, Bostonrose.
-
04-23-2003, 03:31 PM #2
Hiya. Welcome to the forums.
In a nutshell, set the display of any elements you do not wish to display as 'none'. eg -
Code:a { display: none; }
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
04-23-2003, 05:42 PM #3
Thanks for the info, I'll give it a try. Bostonrose
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum