Visual Studio center align problem
The Visual Studio 2003 IDE has a very annoying problem. I have no clue if there is a way to automatically fix this but here goes.
When you open an ASP.NET page using the VS.NET 2003 IDE, it changes all the align=“center” tags to align=“middle”. This works perfectly fine with Internet Explorer but does not work with Mozilla Firefox.
The only way I’ve found is to do a search/replace of “middle” to “center” before saving/checkin. So, if you didn’t know this, do remember to do this!

