It’s possible to get Navigation View back into Expression Web, at least temporarily! Here’s a great tip from the Microsoft newsgroup for those sites that you want to edit in Expression Web but that use FrontPage link bars or page banners.
- Open your local site in Expression Web.
- Go to Tools… Macro… Visual Basic Editor.
- This launches Visual Basic Editor. Go to View… Immediate Window (or type Ctrl-G) if the Immediate Window isn’t showing.
- Inside the Immediate Window, type this code: ActiveWebWindow.ViewMode = WebViewNavigation
- Type Enter to run the code.
- You can close the Visual Basic Editor to return to Expression Web.
Looks like I'll have to go through and modify our Expression Web support articles to incorporate this new information!
Of course -- if you're shooting for an XHTML-validated site, you can't use FrontPage Link Bars because the FrontPage webbot-generated code doesn't validate. Eventually you'll want to move towards CSS-formatted text links, either in a Dynamic Web Template, master page, or include page. We have several support resources on this topic for you, including:
