Search code examples
htmlconfigurationlinedreamweavermarkup

Dreamweaver configurate text in one big line


Hello I am using dreamweaver for HTML and I have a question about the "markup" of dreamweaver. When I have lets say 1000 characters in a p tag dreamweaver "sorts" it and it gives it new lines while I just want those 1000 characters in one line. Example:

Dreamweaver:

<p>Blablablabla
   Blablablabla
   Blablablabla
   Blablablabla</p>

What I want (notepad++ does this aswell):

<p>BlablablablaBlablablablaBlablablablaBlablablabla</p>

I hope someone can help me out with this on how to configure this.


Solution

  • Turn the Word Wrap OFF. in the code toolbar

    Turn the Word Wrap off