Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report in HTML with stylesheets problems

Status
Not open for further replies.

keoko

Programmer
Joined
Mar 28, 2002
Messages
1
Location
ES
I want to generate a report in HTML with Stylesheets. I can do it but I can't modify the position of the elements from ABSOLUTE to RELATIVE. How can I do it?

e.g .
<span style=&quot;position:absolute;top:18pt;left:271pt&quot; id=f1>report test</span>

to

<span style=&quot;position:relative;top:18pt;left:271pt&quot; id=f1>report test</span>

o.s.: solaris
report server: Oracle 6i Report Server
database: Oracle 8.1.7
web server: Apache 1.3


thanks in advance,

Natxo Cabre
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top