J
Joe
I have a html table with several cells in it. I want to print 2 adjacent
cells from the table. I wasn't sure too sure how to print it so I created
<style type="text/css" media="print">
..noprint {DISPLAY: none}
</style>
I set the class = "noprint" for the cells I don't want printed.
Both cells have a border which ends up making a square. The right most
border gets stretched and doesn't print.
I can't use code behind for this page but thought maybe there is another way
of doing this or maybe someone knows what the problem is.
Thanks.
cells from the table. I wasn't sure too sure how to print it so I created
<style type="text/css" media="print">
..noprint {DISPLAY: none}
</style>
I set the class = "noprint" for the cells I don't want printed.
Both cells have a border which ends up making a square. The right most
border gets stretched and doesn't print.
I can't use code behind for this page but thought maybe there is another way
of doing this or maybe someone knows what the problem is.
Thanks.