RE: [css-d] CSS to format table for printing

2005-05-18 Thread Jean Korte
I have successfully  used inches to size printed output in my print style 
sheet.
If the requirement is as simple as it sounds, you can size the table itself:


table {border: 1px solid black;
width: 7.5in;
height: 10in;
margin: .5in;
}
td {border: 1px solid black;}

I have successfully  used inches to size printed output in my print style 
sheet.

---
Quilting and Whatnot:  http://www.quiltingwhatnot.com/
Patterns, tips, techniques.

Original Message Follows
From: "Sarah Atkinson" <[EMAIL PROTECTED]>
I have a table that is 5 rows by 7 columns. I want a user to be able to 
print it off so it fills up a 8.5x11(horizontal) sheet of paper. how exactly 
do I do this? do I have the table set in a div and then set the div width 
and height? and what would I set it at? can you use inches or would it be in 
px? and then could you specify the output dpi?
Sarah
__

_
Scan and help eliminate destructive viruses from your inbound and outbound 
e-mail and attachments. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSNĀ® Premium right now and get the 
first two months FREE*.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS to format table for printing

2005-05-18 Thread Sarah Atkinson
I have a table that is 5 rows by 7 columns. I want a user to be able to print 
it off so it fills up a 8.5x11(horizontal) sheet of paper. how exactly do I do 
this? do I have the table set in a div and then set the div width and height? 
and what would I set it at? can you use inches or would it be in px? and then 
could you specify the output dpi? 
Sarah
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/