ok....you can use files *.css for this.
1.- in you file jsp put a file *.css(for example formato.css)
and copy this source in you file *.css(formato.css)
@media screen {
span.main { position : absolute;
width : 1000;
height: 850;
top: 130;
right : 0;
bottom: 0;
left: 130;
}
}
2.-in you file jsp write this.
<span class=main>
--here put you text o html that you want to print
</span>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets