V
VivD
Thanks for your previous help on this subject - the problem is almost
resolved but...
When using Firefox my stylesheet below my printed page is perfect. (
everything within td.print-contents and no border).
When I use IE 6, my page prints as above but has a border around it - which
I do not want.
Am I missing a line of code in the style sheet that IE needs?
I also need to make the site accessable to visitors using screen readers -
can I use a similar stylesheet to achieve this.
Any help would be greatly appreciated.
Thanks
Stlyle sheet
body {
color : black;
background-colour : white;
font : Arial, sans-serif;
font-size: 12pt;
}
TABLE.main {
border-collapse: collapse;
border:0;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height:100%
colour: black;
background-colour: white;
}
td.logo {
display:none
}
td.main-navigation {
display:none
}
td.print-contents{
display:block
}
td.text-navigation {
display:none
}
resolved but...
When using Firefox my stylesheet below my printed page is perfect. (
everything within td.print-contents and no border).
When I use IE 6, my page prints as above but has a border around it - which
I do not want.
Am I missing a line of code in the style sheet that IE needs?
I also need to make the site accessable to visitors using screen readers -
can I use a similar stylesheet to achieve this.
Any help would be greatly appreciated.
Thanks
Stlyle sheet
body {
color : black;
background-colour : white;
font : Arial, sans-serif;
font-size: 12pt;
}
TABLE.main {
border-collapse: collapse;
border:0;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height:100%
colour: black;
background-colour: white;
}
td.logo {
display:none
}
td.main-navigation {
display:none
}
td.print-contents{
display:block
}
td.text-navigation {
display:none
}