Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Craig Merchant
0
Views
1
Comments
Some column headers are showing up in bold
Question
Several web pages have columns that contain an IF widget. Those column headers are displaying in bold even though no style is selected and they are not being used to sort the table. Why do those columns think they need to be bold and how can I disable that?
Thx.
Craig
Gonçalo Barata
Although you are not specifically saing the column is bold, the bold is appearing maybe because of css inherit styling.
Check the espace css and the page css...
Or use firebug to inspect the page.
One last aproach is forcing the header text not to be bold (inline css:
"font-weight: normal;"
) -> use this is last case...
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...