Quote:
|
Originally Posted by Roy Sinclair
There is a population of users who surf with javascript disabled (not missing, just disabled) because most of the exploits used to remotely hack your machine while you browse a website are dependant on javascript being available.
|
yep, that includes me, too. can't be too careful these days, even when using a non-IE browser.
Quote:
|
Originally Posted by Roy Sinclair
I know of these other solutions that were offered but I prefer the one I suggested because it's the option that leaves a developer with only one web page to update each time the page has to be changed. That translates to less work and less opportunity to forget to change the "printed" page.
|
CSS is the best method, since it's so easy to change the way the printout looks without having to code - a proper separation of style and content. sweet!