• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Line wrapping for forms?

fs5

Lifer
What's the best way to do line wrapping?

I have a text box that will submit text to a database. It'll be stored in SQL exactly how the user entered it (multiple space, multiple line breaks in tactic). Then when I print it out I will be using < pre > pre-tags so everything stays intact. Currently I'm using HARD line wrapping but then my text shows up with the line breaks in the wrong places:

something like this would show up
in
my database and it is really annoying
the
heck out of me.

even though it looked wrapped correctly when entered?
 
Back
Top