This is due to a bug in Visual Studio. The fix you made to change one set of quotes to single, instead of double, is a commonly used work-around. This work-around doesn't always work in every case, as you saw here.
Most of us just settle for not seeing every web form in the designer. Since flow layout is used in this application, the Web Form designer is of limited use anyway. The authors of ThePhile did most of the .aspx pages "by hand" in the HTML view.
I was plesantly surprised how good the whole site looks with Mozilla-style browsers. This is an indicator that the authors spent a lot of time editting the HTML code. It never looks this good in Mozilla if you just plop down components in the Web form designer.
Eric
|