CSS table cell TD is too wide

piegask

New Member
Hello all I'm just trying to have my border around my table cell right around the text...not stretched the length of the entire table. Its the section with the border around it
Hx6Tv.png
CSS:\[code\]table.content_table {width: 100%;margin: 0px;border-collapse: collapse;}table.content_table > tbody > tr > td.results {border: 2px solid;background-color: #eeeecc;font-size: 8pt;font-weight: bold;PADDING: 0px;}\[/code\]HTML:\[code\] <table class="content_table"> <br/><br/> <h1>Planned Vs Actual Productions Drilldown</h1> <tr> <td class="results"> Number of results returned: ${fn:length(beans)} </td> </tr>\[/code\]
 
Back
Top