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 inche
The problem is, I believe, with the images themselves. If you use border=1
to create a border around each image button, you will see that they are not
all the same size. Those buttons whose labels contain letters with
descenders (style contains "y") are larger to allow space for the descender.
The square corners on the original image do not show because they share the
white background. The solution to your problem is to edit the picture file,
tsr.gif, and make the corners match your background or, better yet, make
them transparent so that you can use the same file with any color of
If you are willing/able to force the printing function to use FireFox, then
you can configure the browser to add headings etc. I don't know whether the
print on the page headings can be formatted or not.
---
Quilting and Whatnot:
Take a look at this layout:
http://webhost.bridgew.edu/etribou/layouts/skidoo/lean/index.html
The side columns are sized in ems.
cheers
jean
---
Quilting and Whatnot: http://www.quiltingwhatnot.com/
Patterns, tips, techniques.
Or
://www.quiltingwhatnot.com/
Patterns, tips, techniques.
Original Message Follows
From: "Jean Korte" <[EMAIL PROTECTED]>
To: css-d@lists.css-discuss.org
Subject: [css-d] Problems: Hover formatting in IE, Print styles in Firefox
Date: Sun, 01 May 2005 21:39:13 -0600
I'm learning a lot reading t
I'm learning a lot reading the posts to this list. Now it's my turn to ask
a question.
I am re-organizing my site and I have tripped over a couple of problems.
When I reorganized the page, I put my scripts, common portions of the page
header and page footer into external files. I also modif