Skip to main content
Known Participant
September 7, 2014
Question

String Param tag replace with Br tag

  • September 7, 2014
  • 1 reply
  • 993 views

original text:

<P ALIGN="LEFT">sample text1</P><P ALIGN="LEFT">sample text2</P><P ALIGN="LEFT">sample text3</P>

I need to: <br/>sample text1<br2>sample text2<br2>sample text3

can help me

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
September 7, 2014

Have you tried...

<br>sample text1<br>sample text2<br>sample text3

kiranemc2Author
Known Participant
September 7, 2014

No

Is it possible.

Ned Murphy
Legend
September 7, 2014

Try.

What code are you using to assign this text to the textfield?