Blogger now has a new editor featuring an HTML source code mode as well as an WYSIWYG mode. The editor works in Mozilla-based browsers as well as in Internet Explorer. Very handy: The WYSIWYG editor allows for directly entering HTML tags (it doesn't escape them). Very awkward: The editor achieves bold and italics usind <span style="…"> instead of <strong> and <em>. So I keep working in the HTML source code mode.
Blogger hat jetzt einen neuen Editor, der sowohl einen HTML-Sourcecode-Modus als auch einen WYSIWYG-Modus enthält. Der Editor funktioniert in Mozilla-basierten Browsern und im Internet Explorer. Sehr praktisch: Im WYSIWYG-Editor kann man die HTML-Tags auch direkt angeben (sie werden also nicht escaped). Sehr unpraktisch: Fett und Kursiv erzeugt der Editor mit <span style="…"> statt mit <strong> und <em>. Somit arbeite ich weiter im HTML-Sourcecode-Modus.