BeerSmith 2.3.12 Open Beta - Scaling Reports

I am going to update this and my other related posts with the answer (provided by GigaFemto - thanks) so that anyone searching for an answer in the future won't go through the long slog I did:

Code:
<style type="text/css">
body { font-size: $PRINT_SCALE%; }
</style>

So,
Code:
$PRINT_SCALE
is the required keyword.
 
brett said:
I am going to update this and my other related posts with the answer (provided by GigaFemto - thanks) so that anyone searching for an answer in the future won't go through the long slog I did:

Code:
<style type="text/css">
body { font-size: $PRINT_SCALE%; }
</style>

So,
Code:
$PRINT_SCALE
is the required keyword.
So where did you put this exactly?
 
This
Code:
<style type="text/css">
body { font-size: $PRINT_SCALE%; }
</style>
snippet of HTML belongs in the header area, Truman48. I would normally put it at the end just before the
Code:
</head>
line. I will attach my entire report as an example.
 

Attachments

Back
Top