Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

indenting in interdev

Status
Not open for further replies.

gngn

Programmer
Joined
Aug 28, 2002
Messages
1
Location
US
How do I make Visual Interdev indent elements properly.
Eg at the moment it puts:

<HTML>
<HEAD>
<META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Visual Studio 6.0&quot;>
<TITLE></TITLE>
</HEAD>
<BODY>
</BODY> ... etc

I want:

<HTML>
<HEAD>
<META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Visual&quot;>
<TITLE>
</TITLE>
</HEAD>
<BODY> .. etc?
 
I always thought that you had to do that manually but don't quote me on that.

I've always done it manually at least. ====================================
I love people. They taste just like
chicken!
 
I do it manually too, using the &quot;tab&quot; key. Rob
Just my $.02.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top