Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Question about the .net IDE

Reply
Thread Tools

Question about the .net IDE

 
 
Steve Mauldin
Guest
Posts: n/a
 
      03-14-2006
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%">
<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>


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



 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      03-14-2006
Tony Merante answered this afew hours ago :

-------------
Tools > Options > Text Editor > HTML/XML > Format
You'll see options like apply Automatic Fomatting uncheck all those options.
-------------




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Steve Mauldin" <> wrote in message
news:...
>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%">
> <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>

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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE/SATA and IDE/ATA controller mdnchauhan Software 0 05-19-2008 05:30 AM
[IDE] - The Dynamic Opportunity - ActiveState Komodo IDE / Open Source Ilias Lazaridis Python 6 01-28-2006 09:42 PM
[IDE] - need a simple IDE which lists methods and variables Ilias Lazaridis Ruby 13 04-12-2005 01:35 AM
Python IDE like NetBeans/Delphi IDE fowlertrainer@anonym.hu Python 5 04-06-2005 05:56 AM
enhanced ide vs ide AndyPaul Computer Information 1 01-01-2004 03:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57