Inside Expression Web
If you are opening a web in Expression Web for the first time, you may be a bit overwhelmed by the vast number of task panes that sit on the left and right sides of the screen. Don't panic. You can easily turn these off and on as you need them. Click on Task Panes. Uncheck any task panes that you do not want open. Easy! For my own personal working habits, I keep only two task panes open and docked on the left side of my screen (Folder List and Apply Styles). This gives me plenty of working room.

- Item 1 in the screenshot above is called the Common toolbar. There are some pitfalls located in this area, but we'll cover them in another lesson.
- Item 2 is the Style toolbar. Since you will work with a lot of CSS, it is handy to dock this toolbar near the top of your screen.
- Item 3 is the Folder List task pane. (You can locate various Task Panes by clicking on Task Panes at the top of the screen.) Since you can expand and collapse folders, it is handy to have open. I keep mine docked on the left side of the screen.
- Item 4 is the Apply Styles task pane.
- Item 5 is the Workspace. This is where you will see your actual web page when one is open.
- If your web page uses a .dwt (dynamic web template), editable regions will look something like Item 6.
- At the bottom of the screen, you will find the controls to switch from Design View to Code View or Split View.
- Item 8 is the Status Bar. This one is very important and we will cover the Status Bar in more detail in another lesson.
- Item 9 is where you can access the Expression Web help files. Just type the keywords to describe what you are looking for and you will get choices to investigate further. (Yes, it's a novel concept, but the Help Files are your friends!)
The Status Bar:
The Status Bar sits in the lower right portion of the program window. This little bar offers you a wealth of information.
![]()
If you have set your Page Editor Options, and if you see a small yellow triangle with an exclamation point inside, this is your visual clue that you have some coding error.

You can mouse over the warning icon and get a pop-up that will give you more details. It is very important that you fix any coding errors. The good news is that Expression Web will tell you what is wrong.

Double-click on the warning icon. Expression Web will change to Split View and the error will be highlighted. Mouse-over the highlighted code and a "hint" will appear that explains the problem. In this case, the closing forward-slash was omitted in one of the meta tags. Once you fix the issue, the error message will go away and you know your coding is now error free.
Also in the Status Bar, you can turn Visual Aids off or on. If you are new, I recommend you keep visual aids turned on. This puts "borders" around editable regions so they can be easily seen.
