Oracle Report 10g Issue [message #628634] |
Wed, 26 November 2014 08:44 |
irfankundi786@yahoo.com
Messages: 269 Registered: February 2009 Location: pakistan
|
Senior Member |
|
|
i have working in Report applying the html formatting....
i have save the html format in database column..assign the column to the report field and change the property of the field as "Contue as Html" but some tag is working but tag like <p> <ol> and some other is not working .... i copying the html as
<p style="color:#03F; font-family:Verdana, Geneva, sans-serif; font-size:20px">This is Testing Paragraph</p>
<span style="text-align:center ">This is Span Testing Paragraph</span>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Cold Drink</li>
</ol>
|
|
|