Dreamweaver indentation

Joined
Jul 26, 2006
Messages
3,626
Reaction score
1,006
EDIT: I've found the setting I was looking for in my DW CS4, will probably be in CS5 aswell. No further help necessary unless you know it's different in CS5!

[TAB] = a tab
| = a space
# = the text pointer

If I have:

Code:
[TAB][TAB]<div>#

And I hit enter, I get this:

Code:
[TAB][TAB]<div>
||||||||||#

Is there any setting I can change so I get this; in other words: so DW indents with tabs instead of spaces.

Code:
[TAB][TAB]<div>
[TAB][TAB]#
 
Last edited:
Back