Reply
Help needed on printing
Old 03-12-2007, 09:19 PM Help needed on printing
Ultra Talker

Latest Blog Post:
E-Mail
Posts: 430
Name: asapcorp
Location: Tech-Tips-Now.com
It is possible to print only the elements that are being put within a <div>...</div>.. actually I already wrote a simple code to hide a certain section on the page to be hidden when printed but it looks like there is other code that overwrite it and it will appear when I print it. The code run well on some of my forms but other it won't work and I expect it has been overwritten..i guess..

So, I'm just thinking to print only the things that I want instead of hiding some parts. any advice how this can be done?

my code to hide when print:
HTML Code:
<style type="text/css" media="print">
.no_print{
display:none;
}
</style>
asapcorp is offline
Reply With Quote
View Public Profile Visit asapcorp's homepage!
 
When You Register, These Ads Go Away!
     
Old 03-13-2007, 10:57 AM Re: Help needed on printing
LadynRed's Avatar
Super Moderator

Posts: 6,396
Location: Tennessee
That is the approach, yes.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help needed on printing
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13537 seconds with 13 queries