Max > Try the following: .. That works fine for me, but it's not what's demoed in the screencast.
Alain
Try the following:
- Create a new HTML document.
- Type some random text, say "foo".
- Select it.
- Hit ctrl-shift-W.
The text should now read "<p>foo</p>", with the first "p" selected. Type "h1" and you will end up with "<h1>foo</h1>".
-- Max