You should be able to do it with CSS:
but I don't think IE (as usualCode:@media print { #header { position: fixed; top: 0px; left: 0px; } #footer { position: fixed; bottom: 0px; left: 0px; } }) supports that, but I think that's how to do it in Mozilla and Opera.




) supports that, but I think that's how to do it in Mozilla and Opera.
Reply With Quote