Narcis Florea wrote:
Hi,
Hello,

I'm using Apache/PHP/MySQL in my business project
Thank you for using php!

My big problem now is: How can I print a page on a standard page format,
like "Letter, left margin: 0.25 inch, etc.)
When I print, I must every time set page margin manually, and I want this
being made by php or javascript automatically on load page

Unfortunately, this is not php question. Try another list, likely css. I can help you only with this:


<style type="text/css" media="screen">
<!--
        @import url("screen.css");
//-->
</style>
<style type="text/css" media="print">
<!--
        @import url("print.css");
//-->
</style>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to