Friday, March 9, 2012

New Line in HTML

Hi,
I have a field header with multiline ( ascii chr(10) ). But it does not
shown in HTML but does in other formats. Because it is rendered as is and
not as <BR>.
Is it any way to show the newline?
TIA,
SamuelYou need both a carriage return and a line feed. (chr(13) and chr(10))
--
This post is provided 'AS IS' with no warranties, and confers no rights. All
rights reserved. Some assembly required. Batteries not included. Your
mileage may vary. Objects in mirror may be closer than they appear. No user
serviceable parts inside. Opening cover voids warranty. Keep out of reach of
children under 3.
"Samuel" <samuel@.photoninfotech.com> wrote in message
news:%233t4P3$bEHA.2972@.TK2MSFTNGP12.phx.gbl...
> Hi,
> I have a field header with multiline ( ascii chr(10) ). But it does not
> shown in HTML but does in other formats. Because it is rendered as is and
> not as <BR>.
> Is it any way to show the newline?
> TIA,
> Samuel
>|||Hi,
Thanks - It works.
Can you tell me the way to show multiple spaces instead of one space
( ) in HTML?
TIA
Samuel
"Chris Hays [MSFT]" <chays@.online.microsoft.com> wrote in message
news:%23mJoEZDcEHA.3804@.TK2MSFTNGP10.phx.gbl...
> You need both a carriage return and a line feed. (chr(13) and chr(10))
> --
> This post is provided 'AS IS' with no warranties, and confers no rights.
All
> rights reserved. Some assembly required. Batteries not included. Your
> mileage may vary. Objects in mirror may be closer than they appear. No
user
> serviceable parts inside. Opening cover voids warranty. Keep out of reach
of
> children under 3.
> "Samuel" <samuel@.photoninfotech.com> wrote in message
> news:%233t4P3$bEHA.2972@.TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I have a field header with multiline ( ascii chr(10) ). But it does not
> > shown in HTML but does in other formats. Because it is rendered as is
and
> > not as <BR>.
> >
> > Is it any way to show the newline?
> >
> > TIA,
> > Samuel
> >
> >
>

No comments:

Post a Comment