How do I make Visual Interdev indent elements properly.
Eg at the moment it puts:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
</BODY> ... etc
I want:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual">
<TITLE>
</TITLE>
</HEAD>
<BODY> .. etc?
Eg at the moment it puts:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
</BODY> ... etc
I want:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual">
<TITLE>
</TITLE>
</HEAD>
<BODY> .. etc?