Bold words in tables are floating above the line

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
Vibeke B
Propeller Head
Posts: 73
Joined: Thu Mar 15, 2018 7:14 am
Location: Denmark

Bold words in tables are floating above the line

Post by Vibeke B »

Hi good people!

I use bold to refer to UI options. It looks pretty good everywhere except in tables in pdf. Here, the bold word are floating above the line (see attached image). I really don't know where to look to fix it. When I apply bold, I just select the word and use Ctrl+B which adds the <b> tags around the word. Should I be doing this in a different way?

Looking forward to your advice!
You do not have the required permissions to view the files attached to this post.
robdocsmith
Sr. Propeller Head
Posts: 247
Joined: Thu May 24, 2018 3:11 pm
Location: Queensland, Australia

Re: Bold words in tables are floating above the line

Post by robdocsmith »

Hi Vibeke,

Do you have a style defined for <b>? Just wondering because if you don't and your container paragraph style uses something non-standard, you might find issues. What happens if you add a:

Code: Select all

b {
	font-family: 'your-bold-font';
	font-style: bold;
}
to your style sheet?

Cheers,
Rob
Vibeke B
Propeller Head
Posts: 73
Joined: Thu Mar 15, 2018 7:14 am
Location: Denmark

Re: Bold words in tables are floating above the line

Post by Vibeke B »

I do now! Thanks for your input, Rob!
Post Reply