Search found 810 matches

by kwag_myers
Thu Sep 24, 2015 4:22 am
Forum: Web-based Outputs
Topic: Spaces in filenames
Replies: 9
Views: 4195

Re: Spaces in filenames

Perhaps asking the reverse of your question is in order. When and/or why would it be advantageous to use spaces - as opposed to underscores or no other character at all - in a file name? I think the OP answers that by referring to the practice of using the file name as the topic header. I've gotten...
by kwag_myers
Mon Sep 21, 2015 10:23 am
Forum: Web-based Outputs
Topic: Questions about customizing the TopNav skin
Replies: 3
Views: 2480

Re: Questions about customizing the TopNav skin

1. Breadcrumbs proxy ...my breadcrumb proxy is plain text (sans links). So... just, "You are here:" and the topic title. Any idea why the topics are missing links? The properties for the Breadcrumb Proxy are under MadCap|breadcrumbsProxy in the stylesheet. "You are here:" is the...
by kwag_myers
Mon Sep 21, 2015 9:48 am
Forum: Flare's General Discussion
Topic: Best practices for using expanding, toggle or dropdown?
Replies: 1
Views: 1092

Re: Best practices for using expanding, toggle or dropdown?

I've only used Drop-Down and Expanding Text , which are both described in the Navigation and Link section of Flare's Help . Drop-Down is for larger portions of the topic. In fact, I have whole topics that are drop-downs (Product Manager's idea, not mine). Expanding is for a single paragraph. Both ar...
by kwag_myers
Fri Sep 18, 2015 5:58 am
Forum: Microsoft CHM Help
Topic: Rename .htm to .html
Replies: 11
Views: 12150

Re: Rename .htm to .html

One thing I noticed this morning is that using the script repeatedly doesn't work as well as I first thought. Instead of *.htmhtml , I had *.htmll . So, you have two options for adding new topics: 1. Have two versions of the script with the second version set to look for the double L. When you run t...
by kwag_myers
Fri Sep 18, 2015 5:47 am
Forum: Web-based Outputs
Topic: Include files in output without link
Replies: 2
Views: 766

Re: Include files in output without link

Try adding a link in the <head> tag of your MasterPage (where IncludeMe is the name of the file you want included in the output):

Code: Select all

<link rel="external" type="text/htm" href="Content/IncludeMe.htm" />
by kwag_myers
Thu Sep 17, 2015 5:33 am
Forum: Microsoft CHM Help
Topic: Rename .htm to .html
Replies: 11
Views: 12150

Re: Rename .htm to .html

I haven't worked with CHM files in years, so I'm not sure this is going to help you. But you can easily change file extensions of your source files with this Visual Basic Script: 'Change to .html Const CHANGE_FROM = ".htm" Const CHANGE_TO = ".html" 'Var Declaration Dim srcFolder ...
by kwag_myers
Tue Sep 15, 2015 6:26 am
Forum: Styles, Stylesheets and XML
Topic: How to override/change Styles.css
Replies: 6
Views: 4844

Re: How to override/change Styles.css

Where is the output file? In the project folder: Output > WebHelp > Content > Resources > Stylesheets Can you please explain the steps? 1. In Content Explorer , right-click on Styles.css and select Open with Notepad . 2. Make your changes and Save As to the project folder (or where ever you like, j...
by kwag_myers
Tue Sep 15, 2015 5:26 am
Forum: Web-based Outputs
Topic: Can't get rid of left margin in HTML5 output
Replies: 3
Views: 1699

Re: Can't get rid of left margin in HTML5 output

Right-click on the white space and select Inspect Element. This displays the HTML and CSS, which should tell you what is causing it.
by kwag_myers
Fri Sep 11, 2015 5:44 am
Forum: Flare's General Discussion
Topic: Searching for Conditional Tags in a Project
Replies: 4
Views: 1979

Re: Searching for Conditional Tags in a Project

Another option to Vern's is to use Search & Replace Master, which is freeware. I started using this tool because I didn't care for previous versions of Flare's S&R feature.
by kwag_myers
Fri Sep 11, 2015 5:32 am
Forum: Styles, Stylesheets and XML
Topic: How to override/change Styles.css
Replies: 6
Views: 4844

Re: How to override/change Styles.css

There is another, less favorable option of making the changes in a copy of the CSS and overwriting the output file. I've done this with a few of my first projects (before finding Dave's solution) and use a batch file. The disadvantage is you have to trigger the batch file every time you build a new ...
by kwag_myers
Thu Sep 10, 2015 6:05 am
Forum: Styles, Stylesheets and XML
Topic: HTML5 Top Nav Side Menu background
Replies: 3
Views: 1496

Re: HTML5 Top Nav Side Menu background

In Top Nav, each widget has (potentially) it's own skin file. I'm not familiar with the template itself, but looking at Flare's Online Help , my guess is that you have a file in the Skins folder (use Project Organizer to access) named SideMenu . The easiest way to check is to open your output, right...
by kwag_myers
Thu Sep 10, 2015 5:49 am
Forum: Styles, Stylesheets and XML
Topic: Responsiveness based on something more than size?
Replies: 2
Views: 1630

Re: Responsiveness based on something more than size?

I remember (back in the day) having to use a javascript to check the browser's resolution and implement the corresponding CSS. I've never tried this, but there seem to be a number of ways to check for touch screen using js. I wonder if you could use that to set which CSS is used?
by kwag_myers
Thu Sep 10, 2015 5:33 am
Forum: Web-based Outputs
Topic: Anyone got neat solutions for scrolling tables on mobile?
Replies: 13
Views: 6088

Re: Anyone got neat solutions for scrolling tables on mobile

StraygoatWriting wrote:I've seen sites where tables are re-formatted where every row looks like a single 100% width column...
I've done this using a blank image as the cell background, which you can add in the table CSS.
by kwag_myers
Fri Sep 04, 2015 5:39 am
Forum: Flare's General Discussion
Topic: Top Navigation side bar colors
Replies: 1
Views: 750

Re: Top Navigation side bar colors

You need to open the Skin Editor , and there are a couple of ways to do that: Open the Project Organizer from the View tab, or open the Primary Target from the Project tab and go to Skin > Edit . In the Skin Editor , click Styles (in the left navigation pane). The top bar settings are under Header a...
by kwag_myers
Wed Sep 02, 2015 7:58 am
Forum: Flare's General Discussion
Topic: New Flare user to attempt help for app ... needs help
Replies: 9
Views: 2593

Re: New Flare user to attempt help for app ... needs help

How many PageLayouts do you have? I'm guessing you have one with, and one without the Breadcrumbs Proxy.
by kwag_myers
Wed Sep 02, 2015 7:50 am
Forum: Flare's General Discussion
Topic: Searching across folders
Replies: 6
Views: 1860

Re: Searching across folders

If you want to use Flare and only search select folders, I see only one option: (pick a folder)
by kwag_myers
Wed Sep 02, 2015 7:43 am
Forum: Flare's General Discussion
Topic: Search Bar Modification in Tripane
Replies: 4
Views: 1606

Re: Search Bar Modification in Tripane

Sorry, our internet went down while I was attempting to edit my post. I was going to suggest Dave Lee's technique for using a javascript to add a custom stylesheet.

As for responsive design, just use percent instead of pixels.
by kwag_myers
Wed Sep 02, 2015 7:03 am
Forum: Flare's General Discussion
Topic: Search Bar Modification in Tripane
Replies: 4
Views: 1606

Re: Search Bar Modification in Tripane

You might be able to add a style to your CSS using this process: open the output in a browser, right-click the search input field, and select Inspect Element from the context menu. You should see the style for it in one of the smaller panes and even change the width (which is only temporary). Note t...
by kwag_myers
Wed Sep 02, 2015 5:59 am
Forum: Styles, Stylesheets and XML
Topic: Linking headings or captions to a table or image
Replies: 5
Views: 2043

Re: Linking headings or captions to a table or image

This is just another option, but I've usee <caption> for tables and <figcaption> for images.
by kwag_myers
Wed Sep 02, 2015 5:51 am
Forum: Flare's General Discussion
Topic: Searching across folders
Replies: 6
Views: 1860

Re: Searching across folders

Does the Find in: (whole project) option not work for you? Or do you mean child folders only and leave the Content (or parent) folder alone? For that, I think you want the (pick a folder) option, which means you'll need to do each folder separately. Or, add an asterisk (or whatever) to instances in ...
by kwag_myers
Tue Sep 01, 2015 8:39 am
Forum: Web-based Outputs
Topic: HTML 5 - TocEntry font styles
Replies: 4
Views: 1698

Re: HTML 5 - TocEntry font styles

In tri-pane, yes. However, in top nav you can set the font properties for each level.
by kwag_myers
Mon Aug 31, 2015 11:21 am
Forum: Web-based Outputs
Topic: HTML 5 - TocEntry font styles
Replies: 4
Views: 1698

Re: HTML 5 - TocEntry font styles

Icons: HTML5 skin Editor > Styles > Navigation > Navigation Panel > TOC > Icons

Font: HTML5 skin Editor > Styles > Navigation > Navigation Panel Item > Font
by kwag_myers
Mon Aug 31, 2015 6:44 am
Forum: Single-Sourcing
Topic: Single-sourcing Glossary Terms within Drop-Down Snippets
Replies: 2
Views: 2097

Re: Single-sourcing Glossary Terms within Drop-Down Snippets

I don't know of a way to do it automatically, but then I can't recall ever using Flare's Glossary feature in a project. I've played with it and think they've done a great job developing it. But my Glossaries are usually a topic that I create manually near the end of the initial development (when I h...
by kwag_myers
Mon Aug 31, 2015 6:02 am
Forum: Flare's General Discussion
Topic: New Flare user to attempt help for app ... needs help
Replies: 9
Views: 2593

Re: New Flare user to attempt help for app ... needs help

I think you're referring to pagination, and I'm not sure Flare has a way to display it. At least, there's nothing in Help or the WebHelp Mobile sub-forum that I can find. If it were my project, I'd talk with the developers to see about having them build the skin and you supply the XML files for them...