Search found 8 matches

by patrishmo
Wed Jul 22, 2015 9:59 am
Forum: Flare's General Discussion
Topic: Problems using Tables in Drop Down text
Replies: 13
Views: 5245

Re: Problems using Tables in Drop Down text

I've had this problem recently when text was bound together in a div. When I selected to unbind the div text, the Insert Drop Down was no longer greyed out and I could use it again.
by patrishmo
Wed Mar 04, 2015 12:05 pm
Forum: Web-based Outputs
Topic: Expanding text issues
Replies: 7
Views: 3702

Re: Expanding text issues

I have sometimes had an issue where the expanded text doesn't display because I accidentally nested a drop down heading with text inside another drop down. That doesn't seem to be your case, but just wanted to put it out there just in case.
by patrishmo
Wed Oct 15, 2014 12:08 pm
Forum: Web-based Outputs
Topic: Limiting HTML page width
Replies: 3
Views: 2434

Re: Limiting HTML page width

Thank you! I was having the opposite problem. My pages were not showing the content over the full width of the page. I set the max-width to 100% (had been set to 750px) and now the content displays how I want. Thanks again!
by patrishmo
Wed Sep 03, 2014 11:15 am
Forum: Styles, Stylesheets and XML
Topic: Fixed Table Heading
Replies: 4
Views: 3496

Fixed Table Heading

Is it possible to fix the table heading row in place so it is still visible while you are scrolling through a table? I'm using HTML5 as my skin and have some very long tables. Is there a way for the user to still see the heading as they scroll through the very long table?
by patrishmo
Wed Aug 20, 2014 10:55 am
Forum: Single-Sourcing
Topic: Dropdown heads and PDF styles
Replies: 9
Views: 8501

Re: Dropdown heads and PDF styles

I accomplished this by applying conditional text to the heading that I wanted to show in the PDF. If the h2 heading is the heading that you want to show, set that as conditional text for print only. When you build the PDF, check of to include the print only conditional text in your print target.
by patrishmo
Wed Aug 20, 2014 10:48 am
Forum: Styles, Stylesheets and XML
Topic: Table properties
Replies: 5
Views: 1650

Re: Table properties

Yes! Thank you for posting. I am having the same issue.
by patrishmo
Wed Apr 30, 2014 11:09 am
Forum: Web-based Outputs
Topic: Index error in HTML5 output when viewed in Firefox
Replies: 3
Views: 1278

Re: Index error in HTML5 output when viewed in Firefox

Glad that it worked! I just left the key word with the underscore. It does look funny, but I figured that it's better than the Index not loading. Sorry that I don't have a solution to avoiding the underscore.
by patrishmo
Wed Apr 23, 2014 12:03 pm
Forum: Web-based Outputs
Topic: Index error in HTML5 output when viewed in Firefox
Replies: 3
Views: 1278

Re: Index error in HTML5 output when viewed in Firefox

I had the same issue where the index didn't load. I entered a support ticket. The answer from support was that one of my key words in the index was missing an underscore after the word. The problem key word was constructor. I added an underscore under it to make it constructor_ and that fixed it. Th...