That's because the print.css is not restricted to print media. Use the correct syntax for linking to your CSS files :
<link rel="stylesheet" href="your/theme/path/print.css" type="text/css" *media="print"* /> On Thu, Nov 19, 2009 at 6:33 AM, Nitin <[email protected]> wrote: > its showing path of a link on link. suppose i have home link. then its > showing > home (home.aspx). like that. > -- Goulven Champenois -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=.
