Question about the .net IDE

S

Steve Mauldin

I am irked about the way the IDE is mangling my HTML. I type it in all nice
and neat like this.

<TABLE width="100%">
<TR>
<TD>
<TABLE width="100%">
<TR vAlign=top>
<TD align=right width=43>
<A href="/Account/Manage-Customers.aspx" >
<IMG height=59 src="/images/icons/manageCustomers.gif"
width=42 border=0 >
</A>
</TD>
<TD>
<TABLE width="100%">
<TR vAlign=top>
<TD class=HorizDottedLine height=20>
<A class=myAcctHead
href="/Account/Manage-Customers.aspx" >
Manage Your Customers
</A>
</TD>
</TR>
<TR>
<TD class=adminTxt>View and search
your customer list. View and edit their AutoShip.
Activate AutoShip discounting for all or some of
your
customers. <br>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>

When I pull it up next time to edit it it looks like this!!!
<TABLE width="100%">
<TR>
<TD>
<TABLE width="100%">
<TR vAlign=top>
<TD align=right width=43><A
href="/Account/Manage-Customers.aspx" ><IMG height=59
src="/images/icons/manageCustomers.gif" width=42 border=0 ></A></TD>
<TD>
<TABLE width="100%">
<A class=myAcctHead
href="/Account/Manage-Customers.aspx" >Manage Your Customers</A></TD></TR>
<TR>
<TD class=adminTxt>View and search
your customer list. View and edit their AutoShip.
Activate AutoShip discounting for all or some of
your
customers. <br
</TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE>

Is there something I can do to stop the editor from mangling my formatted
html?
 
S

Steve Mauldin

Juan,

According to the message Tony left My settings are correct but my HTML is
still getting messed up. I went to Tools > Options > Text Editor > HTML/XML
Format and my apply automatic formatting is unchecked. Is there some
other setting that controls this as well?

Steve Mauldin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top