When the Code inspector is
opened initially, it is automatically selected. If you click in the Document window with the Code inspector
open, the inspector dims but still reflects changes made in the document.
In all Code views, Dreamweaver does not update the Design view of the document immediately??”whereas
changes in Design view are instantly reflected in any open Code view. This delay is enforced to enable the
code to be completed before being applied. To apply modifications made in the code, switch to Design
view; if Design view is open, click anywhere in it to give it focus. Should Dreamweaver detect any invalid
HTML, such as an improperly closed tag, the offending code is flagged with a yellow highlight in both
Design and Code views. Select the marked tag to see an explanation and suggestions for correcting the
problem in the Property inspector.
174
Designing and Crafting Core Pages Part II
FIGURE 6-12
To update Design view while still working in the Code view, click the handy Refresh button??”either on the
Document toolbar or the Property inspector??”or press F5.
You can also apply code changes to Design view by saving the document or by clicking the Refresh button
on the toolbar or the Property inspector. The Refresh button becomes active only when modifications are
made in any Code view.
Pages:
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404