2


I wanted to know to to organize my html or any other code, with spaces from the border.
I mean what is the keyboard shortcut to do that, to add spaces to code to make it neater ?

and thanks

Robert Harvey
  • 173,679
  • 45
  • 326
  • 490
Peter
  • 185
  • 4
  • 7
  • "what is the keyboard shortcut to do that, to add spaces to code to make it neater " - tab?! – HyderA Feb 23 '11 at 12:30
  • 2
    It won't be the same keyboard shortcut in Dreamweaver as in Notepad++. Code auto-formatting is an application-dependent feature. – Cody Gray Feb 23 '11 at 12:39

1 Answers1

0

To organize the code

Mean you wish to achieve better Readability. So, for that you have to Indent your Code , In dreamweaver,I used Ctrl+Shift+> to Indent the code, or refer these key shortcuts of dreamweaver. For Notepad++ ,Key shortcuts are here. I refer you the following links, which might solve your query:

Improving Code Readability

Community
  • 1
  • 1
parmanand
  • 488
  • 2
  • 7
  • 18