Page is a not externally linkable
lavazza - 6:54 pm on Mar 18, 2008 (gmt 0)
Am I assuming correct that the top one will give css styles to all media? It quite possibly will... To turn 'quite possibly' into 'probably', you might try adding media="all" <link href="../styles.css" rel="stylesheet" type="text/css" media="all">
<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../print.css" rel="stylesheet" type="text/css" media="print">
<link href="../print.css" rel="stylesheet" type="text/css" media="print">