0

I am working on an e-commerce site and the line breaks wont work, neither using the return button nor using <br /> . I have been looking around but haven't found a solution that works. I would need to let the user simply push the return button and have a line break as he won't be experienced. Any help would be much appreciated, thanks in advance.

1
  • Where do they not work? How and where did you add your efforts?
    – kaiser
    Commented Jun 30, 2014 at 9:57

1 Answer 1

0

It is possible to add line breaks using &nbsp; in the "Text" view like so:

https://cloudup.com/cb5PCT2sWRP

One thing to be aware of is that once you add the HTML for non-breaking spaces, you must remain in the "Text" view for future edits; switching back and forth to the visual editor will remove the above code.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.