下面是改过的代码,应该能解决你的问题。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=utf-8" />
<title>无标题文档</title>
</head>
<style type ="text/css">
<!--
body {
background-color:#fff
}
.STYLE1 {
color: white
font-size:36px
font-family: "Times New Roman", Times, serif
background-color:red
letter-spacing:10px
border:blue solid 5px
}
.STYLE1 a:link,.STYLE1 a:visited{
color:yellow
background-colour:#55555
width:100px
}
.STYLE1 a:hover,.STYLE1 a:active{
color:black
background-colour:#99999
width:100px
}
-->
</style>
<body>
<h1 align="left" class="STYLE1"><a href="#">HELLO</a></h1>
</body>
</html>
点击DW右边的的CSS 在CSS样式下面的白色空白处 点击右键 然后点新建 随便选个标签 然后下面那个“定义在:”选择新建样式表文件 然后按确定就OK 他会自动导入到你的HTML里面