Hello, All!
I have some trouble with subject.
Maybe it is not trouble at all, but i need a good advise.
I have just tried to write simple ASPX page in HTML view.
Everything was good.
Auto-farmatting feature been worked well.
It was make right indents, quotes and ect.
Just like below:
<body>
<form id="MyForm" runat="server">
<table border="0">
<tr>
<td>
Text
</td>
</tr>
</table>
</form>
</body>
Then, in some time i opened my code and i've been
very suprised when i was looked at my code.
Code was formatted automatically in
something like that:
<body>
<form id="MyForm" runat="server">
<table border="0"><tr>
<td>
Text</td>
</tr></table></form>
</body>
What is it???
Where my nice indents?
And such things happes everytime i'm changing
HTML and visual view.
All my walkings thought the editor settings
not give me success.
Please help.
How can i fix it.
I have some trouble with subject.
Maybe it is not trouble at all, but i need a good advise.
I have just tried to write simple ASPX page in HTML view.
Everything was good.
Auto-farmatting feature been worked well.
It was make right indents, quotes and ect.
Just like below:
<body>
<form id="MyForm" runat="server">
<table border="0">
<tr>
<td>
Text
</td>
</tr>
</table>
</form>
</body>
Then, in some time i opened my code and i've been
very suprised when i was looked at my code.
Code was formatted automatically in
something like that:
<body>
<form id="MyForm" runat="server">
<table border="0"><tr>
<td>
Text</td>
</tr></table></form>
</body>
What is it???
Where my nice indents?
And such things happes everytime i'm changing
HTML and visual view.
All my walkings thought the editor settings
not give me success.
Please help.
How can i fix it.
Last edited by a moderator: