Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
style for <td> in a grid
jsherriff
I have a grid that contains a chart. The page this is rendered on has it's own css that I can't control and it sets .td text-align: left. I need to center my chart in the grid but can't figure out how to set a style on either the <td> or the <div> in the <td>. Any suggestions?
Find more posts tagged with
Comments
jsherriff
We worked around this by adding a css selector
div table tbody tr td {
text-align: center
}
to a css file used by the report. What a P.I.T.A. How about a class tag being added to the plain <div> that wraps charts...something that can be used for stying?