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)
Add DIV to style Table?
wrknotts
Looking for recommendations on how to wrap a table on a report with a DIV element that can subsequently be styled as needed.<br />
<br />
The goal is to constrain the table based upon the style applied to the DIV that wraps the table (by defining CSS overflow/width/height).<br />
<br />
In straight HTML/CSS the style would be defined along the lines of:<br />
<br />
<span style='font-family: Courier New'>.scrollable-table {<br />
overflow: auto;<br />
width: 480px;<br />
height: 100px;<br />
border-left: 1px gray solid;<br />
border-bottom: 1px gray solid;<br />
padding:0px;<br />
margin: 0px;<br />
}</span><br />
<br />
resulting in an appearance that resembles the attached image.<br />
<br />
Any suggestions or solution approaches would be greatly appreciated.
Find more posts tagged with
Comments
mwilliams
Hi wrknotts,
Did you solve this issue or are you still working on it?