what is the difference between the html in \'view page source\' and inspect element in Chrome 15? looks like 2 different html?
View page source opens the file in a separate window, whereas inspect element allows you to modify (locally of course) the code and change css values while the page live-updates.