How can I stop Dreamweaver from putting in the closing tag automatically after I type in the opening tag.
For example:
I type in <p> and as soon as I type in the last >, it automatically creates </p> right next to <p>... how do I stop that?
Click Edit > Preferences > and deselect "Enable Auto Tag Completetion".
This should stop it from automatically closing your <P>'s and <TD>'s etc.