On Fri, 1 Oct 2004 11:53:16 +0200, Lorenzo Gabba wrote: > Is it possible to create a 'hidden' letterhead and footer that would > only show > up in printed documents from a website?
Certainly. Look at the media attribute for the link and style tags, eg. <style type="text/css" media="screen">@import "/import-screen.css";</style> <link rel="Stylesheet" href="/link-screen.css" media="screen" type="text/css"> <link rel="Stylesheet" href="/link-print.css" media="print" type="text/css"> > If so, what would be the best-practice markup-wise given the semantic > implications of hiding this content (company name/contact details/physical > address/legal notice/etc.) from screen view? Don't understand this bit, sorry :( warmly, Lea ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
