Print - Size of Page

Print - Size of Page

am 20.12.2006 19:43:28 von dwaldman

This is probaly a dumb question but I cant find the answer. I need to
print some data to a label from a web page. The label is 2.25" x 1.25"
and when the page is printed the printer spits out 2 pages. I assume
the page can be sized but I dont know how. Can anyone give an example
or refer me to a place where I can get some help? Below is my page, its
displays a barcode and some info above and below it.


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>



Barcode Breakdown
/>







<%
RMABarCode = Request.QueryString("rma")
response.write Request.QueryString("phmodel") & "

src='barcode.asp?code=" & RMABarCode &
"&height=25&width=1&mode=code39'>
" & Request.QueryString("rma")
& "-" & Request.QueryString("idlot")
%>




 



Re: Print - Size of Page

am 26.12.2006 10:11:35 von Mike Brind

"Mangler" wrote in message
news:1166640208.249392.119760@79g2000cws.googlegroups.com...
> This is probaly a dumb question but I cant find the answer. I need to
> print some data to a label from a web page. The label is 2.25" x 1.25"
> and when the page is printed the printer spits out 2 pages. I assume
> the page can be sized but I dont know how. Can anyone give an example
> or refer me to a place where I can get some help?

Try a CSS group for advice on sizing.

comp.infosystems.www.authoring.stylesheets

--
Mike Brind