The Base dialog box opens.
2. Input the path that you want all other relative links to be based on in the Href text box or click
the Browse button to pick the path.
3. If you want, enter a default target for all links without a specific target to be rendered in the Target
text box.
4. Click OK when you??™ve finished.
How does a
tag affect your page? Suppose you define one link as follows:
images/backgnd.gif
Normally, the browser looks in the same folder as the current page for a subfolder named images. A
different sequence occurs, however, if you set the
tag to another URL in the following way:
With this
tag, when the same images/backgnd.gif link is activated, the browser looks for its
file in the following location:
http://www.testsite.com/client-demo01/images/backgnd.gif
170
Designing and Crafting Core Pages Part II
Proper Previewing with Set Mark of the Web
When Microsoft released its Service Pack 2 (SP2) update for Windows XP, it introduced a number of security
measures intended to protect users from malicious content. Unfortunately, it also made it harder for
Web designers to do their work. Part of the normal workflow of any Dreamweaver designer is previewing the
page in the browser.
Pages:
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396