Re: simulating <br>

On Wed, 25 Oct 2000, Vincent Lefevre wrote:
> 
> I wish the browsers I use could collapse <BR>'s. There are pages that
> use too many of them and need to be scrolled too much often.

Insert the following into your user.css:

   br + br { display: none; }

-- 
Ian Hickson                                     )\     _. - ._.)       fL
Netscape, Standards Compliance QA              /. `- '  (  `--'
+1 650 937 6593                                `- , ) -  > ) \
irc.mozilla.org:Hixie _________________________  (.' \) (.' -' __________

Received on Wednesday, 25 October 2000 15:02:46 UTC