Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi. i have a repeater in asp , read a paragraph of database.
i want make the newline in paragraph after 70 character.
thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 1-Sep-15 15:46pm    
Not a question.
—SA

In HTML, "new line" is <br/>. Insert it where you want.

By the way, breaking lines by characters looks weird. Just by guess: if you are hoping to have a massive of fixed-width lines, you also need to make sure your font is monospace, which will be by default if you, for example, use <pre>.

—SA
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900