RE: Structure and Style revisited

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