A
Abhishek Srivastava
Hello All,
I am developing a page which has a complex layout. This layout cannot be
made using VS alone, so I have to go into the html view and edit the
html myself.
The problem is that everytime I save the file, (or add/remove any
component to the page) VS.Net reformats and re-edits the whole page.
I find this very irrating because VS.Net totally disorganizes my code.
It removes all the quotes so align='center' becomes align=center
<td>
Hello
<td>
becomes
<td>
Hello</td>
I capitalizes / decapitalizes strings arbitrarily.
sometimes it also adds some extra </tr> to my code making my layout go
haywire.
I want to know if there is someway I can tell it to stop reformatting
and re-editing my code.
regards,
Abhishek.
I am developing a page which has a complex layout. This layout cannot be
made using VS alone, so I have to go into the html view and edit the
html myself.
The problem is that everytime I save the file, (or add/remove any
component to the page) VS.Net reformats and re-edits the whole page.
I find this very irrating because VS.Net totally disorganizes my code.
It removes all the quotes so align='center' becomes align=center
<td>
Hello
<td>
becomes
<td>
Hello</td>
I capitalizes / decapitalizes strings arbitrarily.
sometimes it also adds some extra </tr> to my code making my layout go
haywire.
I want to know if there is someway I can tell it to stop reformatting
and re-editing my code.
regards,
Abhishek.