Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Table border in pl/sql dynamic content region not available

PoliceApr 9 2013 — edited Apr 9 2013
When 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2013
Added on Apr 9 2013
4 comments
472 views