hai ragione!questo è il css:
codice:
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 72px;
font-weight: bold;
text-transform: uppercase;
color: #000000;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 54px;
font-weight: bold;
text-transform: uppercase;
color: #FF0000;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
color: #000000;
}
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
color: #999900;
}
h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
}
.***** {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
color: #0000FF;
}
.**** {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
color: #FF0000;
}
.*** {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #0000FF;
}
.** {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
color: #0000FF;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
}
a:link {
color: #FF0000;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #000000;
}
a:active {
color: #008000;
}
a.*********:link {
color:#000000;
}
a.*********:visited {
color: #000000;
}
a.*********:hover {
color:#666666;
}
a.*********:active {
color: #008000;
}
e questa la pagina html
codice:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!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/html; charset=iso-8859-1" />
<title>****** </title>
<meta name="description" content="**********"/>
<meta name="Keywords" content="********" />
<link href="../../../css/*******/******.css" rel="stylesheet" type="text/css" />
</head>
<body>varie</boby>