iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2006, 08:45 PM
WebProWorld Member
 
Join Date: Sep 2005
Posts: 51
Xylina RepRank 0
Default Disappearing act

I am trying to put a copyright notice on the articles of my website. I don't want it to appear on the screen, but I want it to appear on every page that is printed. I have sort of accomplished this. I am using a seperate stylesheets for on-screen and print. When I try to hide something onscreen, it also disappears from the printed version too. How can I fix this? Also, some of the articles are more than one page long, and I want it to appear on all pages.

Any and all help will be greatly appreciated.

Xy

UPDATE: Got it figured out now, thanks
Reply With Quote
  #2 (permalink)  
Old 07-14-2006, 01:28 AM
arvana's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: Guelph, Ontario, Canada
Posts: 153
arvana RepRank 0
Default

You'll need to set up a style for the copyright notice, which can be set to "display:none" in your on-screen stylesheet.

HTML: <p class="doNotDisplay">copyright notice</p>

CSS (screen): p.doNotDisplay {display:none}

CSS (print): p.doNotDisplay {display:block; position:fixed; bottom:0}

The CSS in the print stylesheet will put it at the bottom of each page in SOME browsers, but no guarantee it will work universally. CSS doesn't have good support yet for printing functions.
__________________
Arvana
arvanadesign.com
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

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

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



All times are GMT -4. The time now is 11:08 PM.



Search Engine Optimization by vBSEO 3.3.0