- From: Ian Hickson <py8ieh@bath.ac.uk>
- Date: Fri, 26 Feb 1999 17:50:04 +0000 (BST)
- To: Jelks Cabaniss <jelks@jelks.nu>
- cc: www-style@w3.org
On Fri, 26 Feb 1999, Jelks Cabaniss wrote:
> How does one write a CSS rule for an XML <br/> (or whatever we want
> to call it), so that it had the same visual effect as HTML's <br>?
br:before { content: "\A"; }
This is mentioned in the CSS2 spec.
--
Ian Hickson
Received on Friday, 26 February 1999 12:50:09 UTC