Hi all!
I've got an online form. When a user want to print it, i've use this:
<link rel="alternate" type="text/css" media="print" href=http://www.webdeveloper.com/forum/archive/index.php/"print2.php" />
It work on PC but my client, on MAC, said that when he want to print it, it print the browser screen and not the alternate link?
Is there a know bug for MAC?don't put it as an alternate, just as a different media like this:
<link rel="stylesheet" type="text/css" media="print" href=http://www.webdeveloper.com/forum/archive/index.php/"styles.css" />
I've got an online form. When a user want to print it, i've use this:
<link rel="alternate" type="text/css" media="print" href=http://www.webdeveloper.com/forum/archive/index.php/"print2.php" />
It work on PC but my client, on MAC, said that when he want to print it, it print the browser screen and not the alternate link?
Is there a know bug for MAC?don't put it as an alternate, just as a different media like this:
<link rel="stylesheet" type="text/css" media="print" href=http://www.webdeveloper.com/forum/archive/index.php/"styles.css" />