How To Use The New Blogger HTML Editor
The Blogger template editor now includes a number of changes that seem interesting and make it much more friendly than it was.
To begin with, what we see now is all the template's code starting with numbered and
colored lines showing us different code snippets: tags, variables,
properties, etc.. depending on the HTML, CSS, JavaScript and even the
language of Blogger - include , b:if and other occurrences.
This is what any decent external editor does, but certainly, from now on it will be much easier to find that little bug that drives us crazy when we omit quotation marks or add one more semicolon. This also applies to CSS, which appears mostly in dark blue without distinguishing selectors and rules, but the rest is a major improvement.
Another great help are the numbers that appear in front of each fragment of code, so that we can easily pinpoint and correct errors of this type: "Error parsing XML, line 103, column 9: The element ... " Using the New Blogger Template H…