Bullets Spacing and Layout
August 8, 2007 12:00 AM
After fighting with this for a while and reading the suggested work-around of making tables and bullet icons etc for lists, I've found the problem.Lectora uses line-height in the published styles that is larger than the font size. This is ridiculous.Example (from lectoras published html): span.text103Font2 { font-size:13px; font-family:"Arial", sans serif; line-height:16px; color:#010101;}To over ride this, I have to have my own style sheet attached with a style that over-rides the line-height of ALL span tags to more closely match the font size.For the above example, we actually have chosen 10pt in Lectora. Lectora creates its own style making the text 13px and a line-height of 16px. Then our style is rendered ACTUALLY setting the line-height to 11pt and then it all works. The beauty of this being a single css sheet attached to the awt file works everywhere. We attached it to the span element which lectora uses for everything. This worked for us because nearly all font is 10pt. If you have a large mix of font sizes, this might create other problems.Why the hell can't lectora use
Discussions have been disabled for this post