Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Hide Buttons when Printing

ChoMan23Sep 5 2012 — edited Sep 5 2012
I am trying to hide the buttons a page that I am printing using HTML. Here is what I have so far. Any help would be appreciated. Thank you



<style type="text/css">

@media print {

/* Unwanted page elements */



#t17NavBar, #t17Tabs, #t17PageFooter, #style-sheet {

display: none;

}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2012
Added on Sep 5 2012
16 comments
1,120 views