Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
how to center text of table in report oracle html

User_Q6JRK
Member Posts: 44 Blue Ribbon
in XML DB
I'm generating a html report from oracle. I have these instructions:
.... set feed off spool on set markup html on spool on entmap off - table 'width=99% border=3 bordercolor=red bgcolor=white text-align=center font=Arial' ttitle center '<SPAN STYLE=\"fond-weight: bold; font-size:24px; font-family: Calibri;\">$datacenter</span>' skip 1 - center '<SPAN STYLE=\"fond-weight: bold; font-size:24px; font-family: Calibri;\">EXAMPLE REPORT</span>' skip 4 btitle center '<span style=\"background-color:#c90421;color:#ffffff;border:1px solid black; font-family: Calibri;\">CONFIDENTIAL</span>' column SERVER format a20 heading \"DATA\" .........
I'm trying to center de cell content but not working. How could I achieve the data content of the cell are in the center? Thanks and sorry for my English!
Answers
-
Nobody??