Forum Moderators: not2easy
In IE5.5 and 6 and Opera7, both print preview and print work fine and covers the 4 pages I expect.
In NN7, print preview & print cuts off the tabular data at the end of page 1 and ignores all data which I would expect to see on pages 2 to 4.
Is this yet another NN glitch which can be worked round or am I missing something singularly simple here?
Thanks, Jools
@media screen {
.printonly { display: none; }
}@media print {
a { text-decoration: none; }.webonly { display: none; }
}
Really, even the bit about not changing link appearance is superfluous. I just think it's tacky to mark something as a link in a medium that doesn't support them.