How to adjust table height to text size

Discuss macro implementations, ask for macro help (to share your creations, see User Creations, probably either Campaign Frameworks or Drop-in Resources).

Moderators: dorpond, trevor, Azhrei, giliath, jay, Mr.Ice

Post Reply
Kakashi
Kobold
Posts: 1
Joined: Fri May 21, 2021 11:04 am

How to adjust table height to text size

Post by Kakashi »

Hello all !
I'm wondering how to reduce the height of each cell of a table (using the <td></td> code). More precisely, I would like to adjust it to the text size inside.
As an axemple :

<tr><td><font size="3"> "My text" </font></td></tr>

Gives me the same line height than :
<tr><td><font size="1"> "My text" </font></td></tr>

Any idea to solve that problem ?

Thanks for all in advance !

Post Reply

Return to “Macros”