• Welcome to the new forum! We upgraded our forum software with a host of new boards, capabilities and features. It is also more secure.
    Jump in and join the conversation! You can learn more about the upgrade and new features here.

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

  • NewRecipe-Brett.htm
    3.6 KB · Views: 138
Back
Top