I was having the same problem with long strings of code and then finally got it to work correctly in the PDF output.
The following css allowed long strings of characters (example encryption code) to wrap correctly and not run off the page.
width: 600px;
word-break: break-all;
mc-hyphenate: never;
Search found 6 matches
- Fri Jun 19, 2015 1:42 pm
- Forum: Printed Documentation Targets
- Topic: Preserved API Code Falling Outside Margin
- Replies: 6
- Views: 2949
- Tue Feb 18, 2014 9:41 am
- Forum: Web-based Outputs
- Topic: HTML5 Search Returns No Results; Spinner Persists
- Replies: 8
- Views: 15543
Re: HTML5 Search Returns No Results; Spinner Persists
I am also seeing this problem when searching my HTML5 output. The spinner spins as if it is hung and returns no results. It will not return results on a term and then if you stop the process and search again (or create a new IE tab), it may return the result. Then, all of a sudden, it works like a ...
- Thu Oct 24, 2013 9:34 am
- Forum: Web-based Outputs
- Topic: Flare search engine limitations
- Replies: 9
- Views: 5259
Re: Flare search engine limitations
When searching for imbedded information, Flare does not find partial instances of a search term. For example, when searching for an API specific to dollar transactions, I enter "DollarTransaction". I would expect it would find the "GetDollarTransaction" and "SetDollarTransaction" APIs. However, no ...
- Tue Jul 03, 2012 2:54 pm
- Forum: Web-based Outputs
- Topic: Different TOC results for file access and URL access
- Replies: 1
- Views: 894
Different TOC results for file access and URL access
I have an HTML5 website that I am seeing conflicting results. Even though I update the project and the output looks great, when I publish the output to my web server, the TOC does not display correctly; it is missing some new links. When I click on the default.htm file from the web server directory ...
- Wed Apr 04, 2012 11:41 am
- Forum: Importing
- Topic: Generating Output for Imported Projects Crashes
- Replies: 1
- Views: 1339
Generating Output for Imported Projects Crashes
Has anyone tried creating one project that has more than one imported project? I have tried this with V8 and it has been crashing everytime.
- Tue Dec 27, 2011 9:55 am
- Forum: Printed Documentation Targets
- Topic: Image Overlap in PDF output
- Replies: 1
- Views: 1036
Image Overlap in PDF output
I have an image placed in a topic. However, when I print to PDF, the image is placed at the bottom of the page and is split between the bottom of the page and top of the second page. How do I force the image to the top of the following page? I have changed various values in the .CSS but nothing ...