Search found 6 matches

by hfroemel
Mon Mar 27, 2023 1:16 pm
Forum: Styles, Stylesheets and XML
Topic: Unicode Bullets Not Appearing in PDF
Replies: 1
Views: 613

Re: Unicode Bullets Not Appearing in PDF

In case anyone ever runs across this. The answer was to replace:

Code: Select all

display: none;
in the span with:

Code: Select all

display: inline-block;
by hfroemel
Wed Mar 08, 2023 3:43 pm
Forum: Styles, Stylesheets and XML
Topic: Unicode Bullets Not Appearing in PDF
Replies: 1
Views: 613

Unicode Bullets Not Appearing in PDF

Hello, I'm having an issue where my bullet characters are appearing in Flare, but they're blank when I generate a PDF. Here's an example of a style: p.SafetyBullet { font-family: "Arial"; font-size: 11pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; margi...
by hfroemel
Fri Apr 25, 2014 12:13 pm
Forum: Styles, Stylesheets and XML
Topic: Table with Fixed Widths
Replies: 4
Views: 1753

Re: Table with Fixed Widths

Sadly conditioning the hyphen didn't work. Here's my work around: Copy the long title text and duplicate it in the column header. Condition the first title for print. Condition the second title for web. Add a soft return to the first (print) version of the title. This is a pain but I could not think...
by hfroemel
Fri Mar 28, 2014 12:22 pm
Forum: Styles, Stylesheets and XML
Topic: Table with Fixed Widths
Replies: 4
Views: 1753

Re: Table with Fixed Widths

Thank you very much for your response LTinker68!

I would not have thought of applying a condition tag to the hyphen. That sounds like a perfect solution. I'll be sure to post a follow up after I try this out. :)
by hfroemel
Thu Mar 27, 2014 11:20 am
Forum: Styles, Stylesheets and XML
Topic: Table with Fixed Widths
Replies: 4
Views: 1753

Table with Fixed Widths

Hello, I am trying to create a four column table with fixed widths. The widths are 27%, 27%, 27%, 19%. The output is pdf. In this table there is unbroken text that exceeds many of the column widths. For example, 27% will only hold "thismuchtext" however the cell contains "alotmoretext...
by hfroemel
Mon Feb 03, 2014 11:23 am
Forum: Styles, Stylesheets and XML
Topic: TOC and Mini-TOC display
Replies: 0
Views: 656

TOC and Mini-TOC display

Hello, I currently have a a document that contains a toc and a mini-toc. The output is pdf. I have "Use TOC depth for heading levels" checked in the target. The mini-toc depth is set to 3. Here is an example of my document: TOC Topic 1 (H1) Topic 2 (H2) Topic 3 (H2) (with mini-toc) Topic 4...