Asked • 06/09/19

How to auto organize code in Dreamweaver to make it more reader friendly?

I'm using Dreamweaver CS5 as my editor for my code, I disabled a lot of features to make is at basic as possible, because I only need Syntax validation and Dreamweaver code color schemes. I can't find the feature to to auto organize a code, is it possible? if yes could you tell how to achieve it? For example organizing this code <div id="wrapper"> <div id="content"> Content </div> </div> Into this more clean version <div id="wrapper"> <div id="content"> Content </div> </div>

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.