bmason25 Posted June 21, 2012 Share Posted June 21, 2012 Is there a way to make the underline thicker? When it prints out the underline is very thin and you can barely tell the underline is there. Link to comment Share on other sites More sharing options...
FreightTrain Posted July 2, 2012 Share Posted July 2, 2012 bmason, Yes you can control the thickness using the tag below: <font style="border-bottom: 10px solid black"> This text is underlined </font> The 10px is where you indicate the desired thickness. Hope this helps Link to comment Share on other sites More sharing options...
Dan Korn Posted July 2, 2012 Share Posted July 2, 2012 bmason, Yes you can control the thickness using the tag below: <font style="border-bottom: 10px solid black"> This text is underlined </font> The 10px is where you indicate the desired thickness. That <font> tag example is an HTML tag, for web pages. It's not valid FusionPro tagged markup. Unfortunately, there's no way to alter the thickness, nor the position, of underlines in FusionPro. However, if your text is on a single line by itself, then you can do some tricks with text measurement and table borders to emulate an underline, in which case you can vary the thickness and position somewhat. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.