How do I turn off the automatic wrapping of my code in the
VB.NET IDE?
Every time I switch from HTML view to Design view and back again the IDE wraps my code and at certain places takes away my blocks (inserts breaks and takes some away) and its really getting on my nerves...
e.g.,
before:[list]
<li>
My List
</li>
</ul>
after:[list]
<li>My List
</li></ul>
???
-------------------------
Beware of programmers with screwdrivers...