Search found 6 matches
- Tue May 29, 2018 2:16 pm
- Forum: Web-based Outputs
- Topic: Online Help Search Results and PDFs
- Replies: 4
- Views: 1462
Re: Online Help Search Results and PDFs
Good suggestion, Psider. I'll give that a try. Thanks for responding.
- Wed May 23, 2018 11:54 am
- Forum: Web-based Outputs
- Topic: Online Help Search Results and PDFs
- Replies: 4
- Views: 1462
Re: Online Help Search Results and PDFs
Thanks, doc_guy. I'll report this as a bug.
- Wed May 23, 2018 9:11 am
- Forum: Web-based Outputs
- Topic: Online Help Search Results and PDFs
- Replies: 4
- Views: 1462
Online Help Search Results and PDFs
I've posed the following question before and nobody replied, so either A) it's a unique issue that nobody can speak to, B) it's an exceedingly stupid question that no one has the patience to entertain, or C) the question was so poorly worded as to be incomprehensible. Since "A" seems unlikely, and I ...
- Mon Feb 26, 2018 4:30 pm
- Forum: Flare's General Discussion
- Topic: How do you control how PDF search results display?
- Replies: 0
- Views: 954
How do you control how PDF search results display?
Hello, We use 2017r2 to create and maintain HTML5 top navigation help systems. When help is searched and PDFs are returned in the search engine results page, the PDF summaries all exceed the Abstract Character Limit setting by quite a bit. The topics conform to this setting, but the PDFs seem to ...
- Tue Sep 26, 2017 6:33 am
- Forum: Styles, Stylesheets and XML
- Topic: Changing Width of DIV Content
- Replies: 2
- Views: 1226
Re: Changing Width of DIV Content
That did the trick. Thank you, Psider!Psider wrote:Trying setting the either width or max-width for your div style, and then setting margin-left and margin-right to 'auto'. The 'auto' setting should apply the same margin to both sides using the remaining available space.
- Mon Sep 25, 2017 3:09 pm
- Forum: Styles, Stylesheets and XML
- Topic: Changing Width of DIV Content
- Replies: 2
- Views: 1226
Changing Width of DIV Content
Is there a way to 1) set a maximum width for div content, 2) center the div content relative to the page, but 3) keep the text content "left-aligned"? This is for HTML5 output. On a top nav home page, I have a color-filled div that stretches the width of the page/browser. I want to be able to ...