Help with table borders
591953Sep 22 2008 — edited Sep 22 2008Good afternoon,
I'm using APEX 3.1 on an Oracle 11i database, and I'm quite frustrated.
I have been trying desperately to get my report data to come back with each cell having a border. So far I have not had any success. I've gone to several places to try and make this work.
At the Region Level: I put this code in the "Region HTML table cell attributes" style="border:1px solid blue;" with no success. I tried it in the region source..as well as variations of this code using the standard <style > tag.
I've tried to modify the Report Region template. I've tried to add this code at the column level on my report and nothing seems to display my report columns back with a border.
What am I missing?
This is my Region Header. It is how I would want my report data to be displayed, with some alignment changes.
<table width="900" border="0">
<tr>
<td width="900"><div align="left"><b>Approximately how many miles of roadway are there in the state, and are they included in the state roadway database?</b></div></td>
</tr>
</table>
<br>
<table width="900" border="1">
<tr>
<td width="125">Roadway Jurisdiction</td>
<td width="160"><div align="center">Miles in State</div></td>
<td width="160"><div align="center">
<div align="center">Miles in Database</div></td>
</tr>
</table>
Thanks,
Don.