Focal Point
[CLOSED] Getting rid of title underlines

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/950103563

February 08, 2010, 04:54 PM
Bob in LA
[CLOSED] Getting rid of title underlines
I'm trying to get rid of the underlines on column title. We are using a css file with the item text-decoration: none; which is supposed to stop the underlining of titles. Mixing the internal stylesheet setting of STYLE =
-UNDERLINE doesn't work either. Do you know os another method?

This message has been edited. Last edited by: Kerry,
February 08, 2010, 05:02 PM
Waz
Whats the format of the output ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 08, 2010, 05:13 PM
Francis Mariani
It does depend where you put the text-decoration: none;

This should work:
U { text-decoration: none; }  /* Remove underline from Column Title */

because the underline is generated by the old fashioned HTML tag "U" for underline, and not by CSS.

This is antique code generation by WebFOCUS. My solution should remove the underline.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server