Re: new type of <br>

Frank Boumphrey wrote:
> > What about a new element similar to <br> which only provides a line 
> > break if there is any content after it? In other words, one that adds 
> > no whitespace.
>  
> IMO This would not be a good idea, because now you have a conditional 
> element and not mark up.

br {
   display: block;
}

Nothing conditional about that.

Received on Monday, 3 March 2003 22:52:01 UTC