MySQL Forums
Forum List  »  MySQL Workbench

template option for printing rendering
Posted by: pierre mottin
Date: October 09, 2008 04:36AM

Hi !

Can you add an option in the DBDoc dialog box for the default templates (checkbox or radio button ?) for having :

<link rel="stylesheet" media="print" type="text/css" href="basic.css"> or

<link rel="stylesheet" type="text/css" href="basic.css">

instead of <link rel="stylesheet" media="screen" type="text/css" href="basic.css"> in the generated html files.

If i want to print from html generated with the default templates i lost the styles (IE 7, FF 3) and the printing result is visually very bad ; i have to manually edit the html files to remove the media="screen" attribute for having a "good" printing.
(or construct my templates, but the default ones are not bad ! :0) )

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
template option for printing rendering
4950
October 09, 2008 04:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.