Related Articles
Full-size print images in Flare.
If you have pop-up images in your HTML5 output … …you’ll want to ensure that images are displayed in full-size when you click “Print”, and don’t remain thumbnail size. It should look something like this: This is not how Flare works out-of-the box, but fortunately – it’s a quick fix: First, add this Javascript to […]
Generating MadCap Flare snippet files using Excel (VBA)
If you have a list of phrases (e.g. a list of STE terms) you would like to quickly add to Flare as snippet files to make good use of Flare’s clever “auto suggest based on snippet” feature, keep reading. The idea is to copy or write the phrases into a spread sheet, add a column […]
Automated QA: Checking for broken links in your Flare output
Do you use relative hyperlinks (<a href=”../../folder/folder/file.htm”>File</a>) in your Flare projects? Would you like to verify that they work in the output without checking manually? Keep reading! I’ve made a tool that scans all .htm files in the output and tests the relative links. The result is a .txt report that gives you a list of all […]