Formatting code question
This is probably a simple question. Is it possible to set Dreamweaver to add a extra, indented line when I press enter between opening and closing html tags? Such as, say I am entering a table. I enter the following:
<table></table>
Right now, if I press enter between the tags, I get the following:
<table>
</table>
What I would like to get is:
<table>
Indent to here
</table>
I would like this to happen with any tags. Any help is appreciated.
