Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

document.getElementById('id_comment_133').value = "Great job using the customer’s name during the initial greeting! This not only showed good communication between the sales team members, but also instantly showed the caller that you knew with whom she was speaking. Uncaught SyntaxError: Unexpected token ILLEGAL

Best practices support using a pleasant greeting along with the customer’s name during the initial greeting. This is important, because not only will it help put the customer at ease, but it will show the customer that you know with whom you are speaking.";

        **strong text**
share|improve this question
Could you rephrase your question? It's unclear what exactly you're asking. Seeing your code would help too. – skzryzg 18 hours ago

1 Answer

Instead of using newlines, you should use HTML breaks:

<br />

Or even better, surround the paragraphs with p tags.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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