Example: Modifying the Style of an Entire Web Site:

Create an external CSS Style page called myH1.css  

Using Dreamweaver:

  • open an existing web page.
  • pull down on the Text menu, choose "CSS Styles", and choose "Attach Style Sheet".      Find the file called "myH1.css" in your web site.
  • the line shown to the right will be inserted into the heading area of the page.
<link rel="stylesheet" href="myH1.css" type="text/css">

Using FrontPage:

  • open an existing web page.
  • pull down on the Format menu, choose "Style Sheet Links". Select "All Files" so that the style is applied to ALL existing web pages within your web site.
  • Find the file called "myH1.css" in your web site. The line shown to the right will be inserted into the heading area of ALL existing pages in your web site.
<link rel="stylesheet" href="myH1.css" type="text/css">