ashpassword
Programmer
Hi
I am generating HTML report and whole HTML code is generated through Oracle Report Server 6i, only before the code and after the code I can add some HTML tags like table, div etc to handle my problem.
What my problem is my data content are wrapped while viewing in different resolution of the screen.
As e.g, For IE 6 it is ok for the resolution 1024 by 768 pixels where as I have to change the resolution 1152 by 864 pixels in case of Netscape 6.2.
So what change I have to do in HTML to make it consistent, I mean my data doesn't wrapped.
To get clear Idea of the problem I am sending my code as below:
<body dir=LTR bgcolor="#ffffff">
<!-- Created by Oracle Reports 10:56 Fri Jul 12 , 2002 -->
<div style="position: absolute; top:0pt;left:1pt;">
</div>
<style>#f1{font:bold 14pt Tahoma;text-decoration:underline;color:#00007f}</style>
<span style="position:absolute;top:18pt;left:318pt" id=f1>Applicants List</span>
<style>#f2{font:bold 10pt Arial;color:#000000}</style>
<span style="position:absolute;top:22pt;left:612pt" id=f2>Report Generated On : </span>
<style>#f3{font:10pt Lucida Sans Unicode;color:#000000}</style>
<span style="position:absolute;top:40pt;left:613pt" id=f3> 12/07/2002 10:56:18</span>
<span style="position: absolute; top:4.5pt;left:18.0pt; width:126.0pt;height:47.3pt; "><img src=335452450.gif width=168 height=63 border=0"> </span>
<span style="position:absolute;top:58pt;left:612pt" id=f2>Total Number of Pages :</span>
<div style="position: absolute; top:611pt;left:1pt;">
</div>
<div style="position: absolute; top:627pt;left:1pt;">
</div></body></html>
I am generating HTML report and whole HTML code is generated through Oracle Report Server 6i, only before the code and after the code I can add some HTML tags like table, div etc to handle my problem.
What my problem is my data content are wrapped while viewing in different resolution of the screen.
As e.g, For IE 6 it is ok for the resolution 1024 by 768 pixels where as I have to change the resolution 1152 by 864 pixels in case of Netscape 6.2.
So what change I have to do in HTML to make it consistent, I mean my data doesn't wrapped.
To get clear Idea of the problem I am sending my code as below:
<body dir=LTR bgcolor="#ffffff">
<!-- Created by Oracle Reports 10:56 Fri Jul 12 , 2002 -->
<div style="position: absolute; top:0pt;left:1pt;">
</div>
<style>#f1{font:bold 14pt Tahoma;text-decoration:underline;color:#00007f}</style>
<span style="position:absolute;top:18pt;left:318pt" id=f1>Applicants List</span>
<style>#f2{font:bold 10pt Arial;color:#000000}</style>
<span style="position:absolute;top:22pt;left:612pt" id=f2>Report Generated On : </span>
<style>#f3{font:10pt Lucida Sans Unicode;color:#000000}</style>
<span style="position:absolute;top:40pt;left:613pt" id=f3> 12/07/2002 10:56:18</span>
<span style="position: absolute; top:4.5pt;left:18.0pt; width:126.0pt;height:47.3pt; "><img src=335452450.gif width=168 height=63 border=0"> </span>
<span style="position:absolute;top:58pt;left:612pt" id=f2>Total Number of Pages :</span>
<div style="position: absolute; top:611pt;left:1pt;">
</div>
<div style="position: absolute; top:627pt;left:1pt;">
</div></body></html>