It would be nice if you could have a dialog box displayed when you drop a topic into another so that you could choose "Insert as snippet", "Insert as link" or "Insert as text".
J
Search found 133 matches
- Fri Jul 04, 2014 12:26 am
- Forum: Flare's General Discussion
- Topic: Topics as snippets?
- Replies: 6
- Views: 2572
- Thu Jul 03, 2014 5:35 pm
- Forum: Flare's General Discussion
- Topic: Topics as snippets?
- Replies: 6
- Views: 2572
Topics as snippets?
I'm a Flare newbie and I'm finding it frustrating having to decide whether or not to 'snippetize' stuff because of the management overhead that comes with snippets.
I've noticed that if I add this code to a topic It works just fine:
<MadCap:snippetBlock src="othertopicfile.htm" />
In other words ...
I've noticed that if I add this code to a topic It works just fine:
<MadCap:snippetBlock src="othertopicfile.htm" />
In other words ...
- Sun Jun 01, 2014 11:32 pm
- Forum: Printed Documentation Targets
- Topic: Spaces in cross reference
- Replies: 3
- Views: 1540
Re: Spaces in cross reference
Great! Thanks - I didn't think of trying that.
J
J
- Sun Jun 01, 2014 4:58 pm
- Forum: Printed Documentation Targets
- Topic: Spaces in cross reference
- Replies: 3
- Views: 1540
Spaces in cross reference
I have a cross reference style in my print stylesheet as follows:
mc-format: '{i}{paratext}{/i} {pageref}'
If I use it as shown, with the single space between {/i} and {pageref}, I get NO space at all in the Word output.
If I have two spaces between {/i} and {pageref} (worth a try, right?), I get ...
mc-format: '{i}{paratext}{/i} {pageref}'
If I use it as shown, with the single space between {/i} and {pageref}, I get NO space at all in the Word output.
If I have two spaces between {/i} and {pageref} (worth a try, right?), I get ...
- Wed May 21, 2014 8:26 pm
- Forum: Printed Documentation Targets
- Topic: Limit TOC depth in Word
- Replies: 0
- Views: 792
Limit TOC depth in Word
So, I want to limit the depth in my TOC proxy in Word output to h1 and h2.
I know that I can set the mc-heading-level to zero to suppress a heading level from appearing in the TOC, but this also affects the MiniTOCs, and I don't want to do that. Is there a solution to this within Flare?
J
I know that I can set the mc-heading-level to zero to suppress a heading level from appearing in the TOC, but this also affects the MiniTOCs, and I don't want to do that. Is there a solution to this within Flare?
J
- Wed May 21, 2014 5:08 pm
- Forum: Printed Documentation Targets
- Topic: Set image wrapping to "behind text" in header
- Replies: 6
- Views: 3008
Re: Set image wrapping to "behind text" in header
When I say the wrapping is wrong, I mean that I'm trying to set the image "wrapping style" (the "WrapFormat" property of the shape) to be behind the text. But I don't seem to be able to make Flare output the image to Word that way - the image is always inline with the text (so the text is pushed ...
- Tue May 20, 2014 7:09 pm
- Forum: Printed Documentation Targets
- Topic: Set image wrapping to "behind text" in header
- Replies: 6
- Views: 3008
Re: Set image wrapping to "behind text" in header
Thanks for the help - I haven't found anything that works yet. What I've tried is:
- Putting a background image on the page using my print stylesheet - I tried applying it to the body and to a div inside the body but in neither case did the image appear.
- Setting the body frame layer to float ...
- Putting a background image on the page using my print stylesheet - I tried applying it to the body and to a div inside the body but in neither case did the image appear.
- Setting the body frame layer to float ...
- Tue May 20, 2014 1:24 am
- Forum: Printed Documentation Targets
- Topic: Set image wrapping to "behind text" in header
- Replies: 6
- Views: 3008
Set image wrapping to "behind text" in header
Newbie here....
I have a page layout for Word output with a large image in the header. That works fine, but I want the wrapping settings for the image to be set to "behind text" so my body text overlaps the header image. I'm sure I could do it with vba, but is there some obvious way that I'm ...
I have a page layout for Word output with a large image in the header. That works fine, but I want the wrapping settings for the image to be set to "behind text" so my body text overlaps the header image. I'm sure I could do it with vba, but is there some obvious way that I'm ...