[jboss-user] [JBoss Seam] - Re: Printing problem

samppaa do-not-reply at jboss.com
Mon Oct 1 07:47:01 EDT 2007


Try adding the


  | <link rel="stylesheet" href="style/default/guidelinePrint.css" type="text/css" media="print"/">
  | 

inside html head elements


  | <html>
  | <head>
  | <link rel="..." />
  | </head>
  | <body>
  | </body>
  | </html>
  | 
  | 

I don't think it works on the body of the document.

-Samppa

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090183#4090183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090183



More information about the jboss-user mailing list