Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Hi! I just updated Dreamweaver app and side code looks weird.

New Here ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

It is hard to explain so I just add the print screen. I don't understand why coding looks like this (one vertical line). and how do I make it look normal?

Thank you!

Views

413
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 10, 2017 Aug 10, 2017

It's because you have an over-abundance of tabs in your code, along with the word-wrap setting turned on.

You can either remove extra tabs from each line in your code by selecting all of your code and choosing Edit > Code > Apply Source Formatting (might not be possible if you actually have a high enough number of nested items) or turn off the Word Wrap option in your Common Toolbar (the vertical one) by default it's the one just before the dots at the bottom...

Votes

Translate
Community Expert ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

It's because you have an over-abundance of tabs in your code, along with the word-wrap setting turned on.

You can either remove extra tabs from each line in your code by selecting all of your code and choosing Edit > Code > Apply Source Formatting (might not be possible if you actually have a high enough number of nested items) or turn off the Word Wrap option in your Common Toolbar (the vertical one) by default it's the one just before the dots at the bottom...

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

LATEST

I'm one of those people who hates indented code.  I like to see everything flush left until I'm ready to minify my code.

In my Preferences > Code Format settings, I remove indented code from all tags in the Tag Library.

In Code View Options, I have Auto Indent turned off.

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines