• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

How to format text to look like the one in the screen capture.

Community Beginner ,
Mar 05, 2020 Mar 05, 2020

Copy link to clipboard

Copied

Using FM11. How to format text with yellow box to look like the one in the screen capture. Thanks.

 

Capture.png

Views

345

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 05, 2020 Mar 05, 2020

I'd be tempted to implement it as a single-cell Table, although as an imported object, there would be other options.

 

I don't know if FM11 had the Paragraph Designer » Font  » Background feature (or the equivalent in Character Designer), but even if it does, that doesn't provide much control over the box extents, and none over border.

Votes

Translate

Translate
Community Expert ,
Mar 05, 2020 Mar 05, 2020

Copy link to clipboard

Copied

I'd be tempted to implement it as a single-cell Table, although as an imported object, there would be other options.

 

I don't know if FM11 had the Paragraph Designer » Font  » Background feature (or the equivalent in Character Designer), but even if it does, that doesn't provide much control over the box extents, and none over border.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 06, 2020 Mar 06, 2020

Copy link to clipboard

Copied

That did it. Added an anchored frame at insertion point. Added a text frame and inside a one-cell table with 100% yellow shading and thin borders on the outside.

Thanks!

 

Capture2.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 07, 2020 Mar 07, 2020

Copy link to clipboard

Copied

LATEST

Ah, the old Table inside a Table limitation. As long as you're using an Anchored Frame anyway, you could just use it for the background & borders, and put either Graphic Text or an ordinary Text Frame inside it. An ordinary TF would allow using tagged text, Xref, Variable, etc.

 

The FM version and output workflow (print, PDF, HTML, etc.) might dictate what's ideal, particularly if you want any vector elements in the final rendering to be SVG.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines