Stroller wrote:
> When I run `less file.html` the rendered webpage is shown, not the source. It is as if lynx had been invoked, rather than less. 

As a workaround, you can use:

  less <file.html

-- Remy