asp.net visual web developer 2005 express code align to left

  • Thread starter Thread starter NewTel
  • Start date Start date
N

NewTel

in code view- all my code is aligned but it is shifed half way across the
page- it is an eror. how can i fix?
thanks
 
NewTel,

Try Edit - Select All and then hold down Shift - Tab. Do this as many times
as needed.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
If Visual Studio is responsible for shifting your code over, it may be
because a syntax error is causing the auto-formatter to incorrectly
parse the code. You did mention that there's an error?

If this is the case, try tracking down and fixing the error you're
getting, and all should be OK.

Luke
 
Edit/Format Document



I never could find what caused the problem, but that fixed it
 

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

Back
Top