This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Need 'new line' in list


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]