RE: [xsl] Need 'new line' in list

Subject: RE: [xsl] Need 'new line' in list
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 26 Sep 2001 17:16:48 +0100
> I am trying to insert a new line in a list in order to
> obtain this html display:
>
> BILL-TO
> SHIPPER
> and CONSIGNEE
>
> but I keep getting this:
>
> BILL-TO SHIPPER and CONSIGNEE
>
A new line in HTML source does not display as a new line in the browser. To
get a new line in the browser, you need to generate a <BR/> element.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread