On 20/04/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to set up page margins via CSS. Both "Cascading Style Sheets: > The Definitive Guide" (Meyer, 2004) and "Cascading Style Sheets" (Bos > & Lie, 2005) mention @page. The examples, however, in both books, however, are > contained in <style> elements. I put this in my external style sheets and it > didn't work
IIRC, <style> element default to media="all" while external stylesheets default to media="screen", so use the media attribute or @media to make the style sheet apply to print and I think you will be alright. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
