Disable default styles [message #708985] |
Wed, 03 August 2011 07:18  |
Eclipse User |
|
|
|
Is it possible to disable the default style created by BIRT has well has the script tag that is generated when the output format is HTML?
For example, every time a report is generated the output includes the following HTML tags:
<style type="text/css">
.style_0 { font-family: serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; color: black; text-indent: 0em; letter-spacing: normal; word-spacing: normal; text-transform: none; white-space: normal; line-height: normal;}
</style>
<script type="text/javascript">
//<![CDATA[
function redirect(target, url){
if (target =='_blank'){
open(url);
}
else if (target == '_top'){
window.top.location.href=url;
}
else if (target == '_parent'){
location.href=url;
}
else if (target == '_self'){
location.href =url;
}
else{
open(url);
}
}
//]]>
</script>
<table>
(...)
</table>
Can this be disabled?
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04623 seconds