- From: Ian Hickson <ianh@netscape.com>
- Date: Wed, 25 Oct 2000 12:01:21 -0700 (Pacific Daylight Time)
- To: Vincent Lefevre <vincent+www@vinc17.org>
- cc: www-style@w3.org
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