un attimo....bisogna separare il contenuto dalla presentazione...dunque farai cosi:
codice:
<!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">
Il doctype varia a seconda del linguaggio che utilizzi (html/Xhtml 1.0 Transitional /Xhtml 1.0 Strict...)
codice:
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1" />
<title>homefelixproductionesnewrestyle</title>
<style type="text/css">
body,html {
height:100%;
margin:0;
background-image: url(tuofile.fromato);
background-repeat: repeat;-->[scegli se deve essere ripetutto]
font-family: "Trebuchet Ms", Arial, "Sans serif";
}
</style>
</head>
<body>
qui inserirai i <div>
</body>
</head>
Il css attualmente é interno al documento incluso tra
codice:
<style type="text/css">
e
</style>
poi lo porterai esterno a fine lavoro...se hai problemi siamo qui..