SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 386 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

This code is entered automatically in Dreamweaver when you create a new
linked style sheet (as described in Chapter 7), or you can add the attributes yourself with the Link object.
The tag is also used to include TrueDoc dynamic fonts.
One other popular use of the tag is to create favicons. A favicon is a small icon that
appears in the Favorites menu of Internet Explorer browsers when you mark a site as a Favorite
or bookmarked. To have a favicon appear when a page is bookmarked, create a favicon using one of the tools
listed at www.favicon.com and upload that image file to your site. Then put a tag like this on your page:
.
where fav.ico is the name of the icon file, here stored in the images folder at the root of the site.
To insert a Link object, first choose Insert ??? HTML ??? Head Tags ??? Link or select the Insert Link object
from the Head group on the Common category of the Insert bar. This action opens the Link dialog box,
shown in Figure 6-10.
FIGURE 6-10
The Link object is primarily used to include external style sheets.
Next, enter the necessary attributes, as shown in Table 6-2.
TABLE 6-2
Attributes for the Link Object
Attribute Description
Href Path to the file being linked.


Pages:
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398