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?
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top