Search found 38 matches

by Titus
Fri Jan 30, 2015 9:09 pm
Forum: Styles, Stylesheets and XML
Topic: Variable for Custom Text on HTML5 Header
Replies: 6
Views: 2440

Re: Variable for Custom Text on HTML5 Header

Hi Dave,

I followed your instructions, which were great by the way, but have one question: how did you get your Skin.css to show up in the build? I have to manually add it to the Content > Resources folder in the HTML5 output before the changes are visible. Otherwise, as you say, "the title will be ...
by Titus
Tue Jan 20, 2015 1:57 pm
Forum: Web-based Outputs
Topic: Constraining images in HTML5
Replies: 6
Views: 2678

Re: Constraining images in HTML5

Hi Nita,

I, too, suspect that the inline formatting on the images is the culprit. I think I'll leave it as is for now and come back to this later. It's not a massive priority..

As an FYI, I do use the non-print medium in my target, but it hasn't seemed to cause me any headaches...?
by Titus
Tue Jan 20, 2015 10:33 am
Forum: Web-based Outputs
Topic: Constraining images in HTML5
Replies: 6
Views: 2678

Re: Constraining images in HTML5

Thanks for your reply, Nita!

Unfortunately, that didn't seem to work. I set >> max-height: auto; << in my .css for non-print img style, but it doesn't resize proportionately. Even when I apply this to the image (using Edit Image > Maximum Size=Automatic), it does not work...
by Titus
Tue Jan 20, 2015 8:49 am
Forum: Web-based Outputs
Topic: Constraining images in HTML5
Replies: 6
Views: 2678

Re: Constraining images in HTML5

Hi Dave!

Thanks again for your reply. You're a champion on these forums!

When I set max-width and max-height both to 90%, it only constrains the image size one-way. In other words, when I resize the window horizontally, the image squishes horizontally. When I resize the window vertically, the ...
by Titus
Mon Jan 19, 2015 3:19 pm
Forum: Web-based Outputs
Topic: Constraining images in HTML5
Replies: 6
Views: 2678

Constraining images in HTML5

So I've applied a max-width property to images in my online output so that I can scale the window size and the images get constrained, but they don't constrain vertically. As such, they get squished... I would like for the images to constrain both horizontally and vertically when I re-size the ...
by Titus
Wed Jan 14, 2015 9:10 am
Forum: Printed Documentation Targets
Topic: Preserved API Code Falling Outside Margin
Replies: 6
Views: 2966

Re: Preserved API Code Falling Outside Margin

There must either be some conflict in my stylesheet, or something disabled that's messing things up on my end..? :(

Thanks for the help, Dave!

Edit: After discussing the issue with tech support, and providing them a sample project with our stylesheet, it has been submitted to the developers as a ...
by Titus
Fri Jan 09, 2015 8:56 am
Forum: Printed Documentation Targets
Topic: Preserved API Code Falling Outside Margin
Replies: 6
Views: 2966

Re: Preserved API Code Falling Outside Margin

Hi Dave, thanks for the reply!

Unfortunately, that didn't cause anything to wrap. Long lines of API code are still falling outside the margin and don't appear in the PDF.

Here is the .css I used (funny that word-wrap doesn't appear to be an option for <pre> in the Stylesheet Editor):

pre ...
by Titus
Thu Jan 08, 2015 11:43 am
Forum: Printed Documentation Targets
Topic: Preserved API Code Falling Outside Margin
Replies: 6
Views: 2966

Preserved API Code Falling Outside Margin

Hello!

I'm currently using the latest version of Flare v10 but I'm having an issue with some API code I would like to appear in both PDF and HTML5.

I paste the code in using the method described here: http://forums.madcapsoftware.com/viewtopic.php?f=10&t=20171

This would work fine for HTML5, but ...
by Titus
Fri Dec 05, 2014 9:38 am
Forum: Printed Documentation Targets
Topic: Entry in PDF Bookmark but not in TOC?
Replies: 2
Views: 1339

Re: Entry in PDF Bookmark but not in TOC?

Hi Greg, I was wondering the same thing. I wanted to have my Table of Contents linked as a bookmark (for easy access), but not appear in the TOC itself (because that would be silly). I couldn't get this to work in Flare, but, as a workaround, it was easy enough to open the PDF in Adobe Acrobat and ...
by Titus
Fri Dec 05, 2014 9:35 am
Forum: Printed Documentation Targets
Topic: Cross references and TOC mc-heading-level
Replies: 5
Views: 2197

Re: Cross references and TOC mc-heading-level

Thanks gbusch, that's what I figured. I don't know why they have to use the same attribute, but it is what it is...

Cheers! :mrgreen:
by Titus
Thu Dec 04, 2014 5:05 pm
Forum: Printed Documentation Targets
Topic: Cross references and TOC mc-heading-level
Replies: 5
Views: 2197

Re: Cross references and TOC mc-heading-level

Hi Angela,

Yep, that's what I do, and that's what I want. But I also want to be able to cross-reference those headings without having to manually add bookmarks, and I found that the way to do so was to use the mc-heading-level attribute (which of course, unfortunately, adds those headings in the ...
by Titus
Thu Dec 04, 2014 2:40 pm
Forum: Printed Documentation Targets
Topic: Cross references and TOC mc-heading-level
Replies: 5
Views: 2197

Cross references and TOC mc-heading-level

Hello,

This is my first time posting here, so go easy on me..

I found on these forums that I could expand the list of headings that appear in my cross-references list by setting the mc-heading-level values accordingly (this way I wouldn't have to manually create bookmarks for all lower level ...