Table border in pl/sql dynamic content region not available
PoliceApr 9 2013 — edited Apr 9 2013When I whant to create a table in pl/sql dynamic content region, as in example (code in Region Source)
______________
begin
htp.print
('<table border="2" width="100%">
<tr>
<td>1111111111</td>
<td>2222222222</td>
</tr>
<tr>
<td>3333333333</td>
<td>4444444444</td>
</tr>
</table>');
end;
______________
the table borders are not visible (blank).
Are there any ideas how to fix with problem ?
USE:
Application Express 4.2.1
DB 11G, XE
Thanks a lot in future!