I use split view, whenever I change the HTML code and switch to design view (clicking that popup "Design view is out of source view blah blah") VS adds 3

lines to the HTML.

eventually it has many many lines which is very annoying to code like this.

Has enyone encountered this before?

link|improve this question

Real coders dont use design view... nah i dont use it usually but I tried to and it didnt happen to me. Are you sure its not something in your options? does it only happen in specific file types? – Darko Z Jul 22 '09 at 3:07
Real coders are concentrating in coding, therefore, when it comes to design they prefer not wasting time on writing HTML but rather dragging controls to the page and let the designer lay it out. – Shimmy Jul 22 '09 at 4:03
feedback

1 Answer

up vote 0 down vote accepted

I never use the design view, but can you post your html code so I could check if its valid?

btw: Do you adhere to the intellisense rules, or do u have your own ways of coding html files?

My view is that your html code is invalid, and design view has problems displaying it and messes it up.

link|improve this answer
The reason was I nested Ps which is not allowed (i.e. <p><p></p></p>) or/and a div was placed inside a P which is also not allowed, thanks for your point. – Shimmy Jul 23 '09 at 5:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.