Search found 248 matches

by crdmerge
Wed May 04, 2011 7:05 am
Forum: Web-based Outputs
Topic: Unwanted border on image hyperlinked to topic
Replies: 2
Views: 1178

Re: Unwanted border on image hyperlinked to topic

Duhhh...

I had the <a> tag border set to none, but not the <img> tag!


Thx again,
Leon
by crdmerge
Wed May 04, 2011 6:35 am
Forum: Web-based Outputs
Topic: Master Pages and Condition Tags?
Replies: 1
Views: 986

Master Pages and Condition Tags?

[Duhhhh-Check, Flare 701]

If I use several master pages for different online header/footer navigation block groupings, assigned to a WebHelp target, is the Online condition tag unnecessary for those navigation blocks? That seems logical, but what do I know? :wink:


Thx,
Leon
by crdmerge
Tue May 03, 2011 11:58 am
Forum: Web-based Outputs
Topic: Unwanted border on image hyperlinked to topic
Replies: 2
Views: 1178

Unwanted border on image hyperlinked to topic

How can I remove the unwanted border that's appearing on an image hyperlinked to a topic?
searchbutton.gif

Leon
by crdmerge
Fri Apr 29, 2011 4:50 am
Forum: Flare's General Discussion
Topic: Wildcards and regular expressions support in Flare 7
Replies: 6
Views: 5512

Re: Wildcards and regular expressions support in Flare 7

Quick test reveals: Use the asterisk (*). Regular expressions do not work. It can find and replace. What it cannot do is the same as RoboHelp's similar feature: it cannot find multiple words with extra spaces or line breaks separating them. And yes, the answer is to use a third-party tool instead (w...
by crdmerge
Wed Apr 27, 2011 4:23 am
Forum: Styles, Stylesheets and XML
Topic: Home Text Box in Topic Toolbar?
Replies: 2
Views: 1167

Re: Home Text Box in Topic Toolbar?

Thx, Dave.
by crdmerge
Thu Apr 21, 2011 11:04 am
Forum: Styles, Stylesheets and XML
Topic: Retaining Syntax in Code Snippets
Replies: 13
Views: 5616

Re: Retaining Syntax in Code Snippets

You can style the pre tag with classes (one for each color?), such as: pre.red { color: red; } and other font stuff; then, in the topic: <pre class="red">This text is red</pre> Since the pre tag is a paragraph element, you won't be able to combine two pre classes on the same line. Instead,...
by crdmerge
Thu Apr 21, 2011 9:08 am
Forum: Styles, Stylesheets and XML
Topic: Retaining Syntax in Code Snippets
Replies: 13
Views: 5616

Re: Retaining Syntax in Code Snippets

I still think that capturing the formatted code into images is your best bet. Although you say: "I need to use text rather than images so the developers can copy the text from the PDF or WebHelp and edit as necessary," who says they have to edit your "production output" content, ...
by crdmerge
Wed Apr 20, 2011 10:06 am
Forum: Styles, Stylesheets and XML
Topic: Home Text Box in Topic Toolbar?
Replies: 2
Views: 1167

Home Text Box in Topic Toolbar?

[Flare V7.0.1] Is it possible to have a text box for the Home function in a topic toolbar proxy (while retaining the icon image for the WebHelp toolbar proxy)? I'm getting the text box, background color, and tooltip, but I can't get the actual text ("Home") to appear. 1. I added a Class ca...
by crdmerge
Fri Apr 15, 2011 10:30 am
Forum: Styles, Stylesheets and XML
Topic: Retaining Syntax in Code Snippets
Replies: 13
Views: 5616

Re: Retaining Syntax in Code Snippets

If the developers are going to be "editing...as necessary" anyway, why don't you have them export the code snippets as...wait for it...SNIPPETS! 1. Give them a sample snippet file so that they can use it as a template. 2. Establish styles for each color, and tell them what matching classes...
by crdmerge
Thu Apr 14, 2011 12:40 pm
Forum: Styles, Stylesheets and XML
Topic: Retaining Syntax in Code Snippets
Replies: 13
Views: 5616

Re: Retaining Syntax in Code Snippets

Images, shot with Capture, SnagIt, etc.?


Good luck,
Leon
by crdmerge
Wed Apr 13, 2011 12:25 pm
Forum: Web-based Outputs
Topic: Conditions inside or outside Snippets?
Replies: 3
Views: 1704

Conditions inside or outside Snippets?

I'm looking for best practice for Flare snippets with conditions. Specifically, to assign ScreenOnly to a navigation snippet: Assign the condition to the code inside the snippet? Assign the condition to the snippet (in the topic)? Any problem if the condition is assigned both inside and outside the ...
by crdmerge
Tue Apr 12, 2011 6:33 am
Forum: Flare's General Discussion
Topic: tooltips?
Replies: 16
Views: 11953

Re: tooltips?

You inadvertently provided your own answer. :)

<acronym title="MyTooltip">MyWord</acronym>

Then you can add styles for a > acronym in your css style sheet.


Good luck,
Leon
by crdmerge
Fri Apr 08, 2011 8:45 am
Forum: Styles, Stylesheets and XML
Topic: Customizing table styles?
Replies: 2
Views: 1172

Re: Customizing table styles?

How wonderful! Just what I needed!

Who knew that little arrow in the Type column was good for anything? :oops:


Thx,
Leon
by crdmerge
Fri Apr 08, 2011 7:53 am
Forum: Styles, Stylesheets and XML
Topic: Customizing table styles?
Replies: 2
Views: 1172

Customizing table styles?

[V7 Eval] In some large tables, we currently use a TableSubhead (identical in looks to the TableHead) as a grouping row with merged cells (grouping by the panels in a dialog, for example). The only thing I have seen in the Table Style Editor is the ability to add Body2 to Body1 to achieve alternatin...
by crdmerge
Fri Apr 08, 2011 7:35 am
Forum: Styles, Stylesheets and XML
Topic: multi-level combo lists?
Replies: 4
Views: 1878

Re: multi-level combo lists?

Yeah, all black. I'll have to use combinations of css styles, using both descendant and direct child selectors (ol ul li, ol > ul > li, etc.), once I've figured out exactly how many specifc combinations we're currently using. That is, some combos will use the black disc, whereas others might use cir...
by crdmerge
Thu Apr 07, 2011 12:01 pm
Forum: Styles, Stylesheets and XML
Topic: multi-level combo lists?
Replies: 4
Views: 1878

Re: multi-level combo lists?

Oh, THAT'S what Make Paragraph Items(s) means: not the item you're in, but the item(s) you're about to create! :idea:

One other little thing: why do Bullet List and Circle Bullet List both appear as bullets? :?


Thx,
Leon
by crdmerge
Thu Apr 07, 2011 10:45 am
Forum: Styles, Stylesheets and XML
Topic: multi-level combo lists?
Replies: 4
Views: 1878

multi-level combo lists?

[V7 Eval User] We have many combo lists of the type: 1. Step 1 2. Step 2 ....* Option bullet ....* Option bullet ......Figure or Table 3. Step 3 ....Figure or Table etc. Users (and the Flare help) seem to be split between those who set style classes on the p tag (some with auto-numbering), others on...
by crdmerge
Mon Apr 04, 2011 10:39 am
Forum: Web-based Outputs
Topic: Horizontal rule styling won't stick
Replies: 0
Views: 688

Horizontal rule styling won't stick

[V7 Trial]

I can't get anything but 100% width in a horizontal rule, either with inline styling or via an hr class. The thickness and color are OK, but Flare is ignoring 100px, 300 px, 50%, etc. to display a 100% rule.
by crdmerge
Tue Mar 29, 2011 11:12 am
Forum: Styles, Stylesheets and XML
Topic: Lists in Table Styles?
Replies: 9
Views: 3214

Re: Lists in Table Styles?

Thank you, ladies.
by crdmerge
Tue Mar 29, 2011 10:44 am
Forum: Styles, Stylesheets and XML
Topic: Lists in Table Styles?
Replies: 9
Views: 3214

Re: Lists in Table Styles?

Works for me! In myProjectStyle.css, I set up table > tfoot > tr > td > ul > li { MyFootStyles } and table > tfoot > tr > td > ol > li { MyFootStyles } with the indent/padding/margin stuff I wanted, and it works just fine. Editing outside the GUI will be no problem, either (as long as I remember whi...
by crdmerge
Tue Mar 29, 2011 9:00 am
Forum: Styles, Stylesheets and XML
Topic: Lists in Table Styles?
Replies: 9
Views: 3214

Re: Lists in Table Styles?

"You can't create complex selectors within the Stylesheet Editor GUI." Grrrrrr....

No wonder some of my other style changes were being ignored. How long has this been going on, and why hasn't it been fixed yet? (As a newbie, I get to ask these uncomfortable questions.) :wink:


Thx
by crdmerge
Tue Mar 29, 2011 7:57 am
Forum: Styles, Stylesheets and XML
Topic: Lists in Table Styles?
Replies: 9
Views: 3214

Lists in Table Styles?

[Flare newbie using V7 Trial] What's the most effective way of setting specific list styles for elements within a table style (Resources/TableStyles/MyTableStyle.css)? Inside the MyTableStyle.css file? If so, how? Inside the MyProjectStyles.css file? If so, how? I'm looking to set up different list ...
by crdmerge
Tue Dec 16, 2008 10:41 am
Forum: Getting Started and Installation Issues
Topic: Multiple projects w/cross-project links, or single project
Replies: 7
Views: 7201

Re: Multiple projects w/cross-project links, or single project

Current RH X5 shop, evaluating Flare (again - the Subsystems/Content folders were out of control in V1 beta, so I gave up on it because the inconsistency would create CSH problems; however, my first look at V4 doesn't seem to show much improvement). 42-project merged WebHelp (final help always conta...