Originariamente inviato da meeee82
ok ma nella pagina html come lo richiamo perchè mi esce comunque sempre affiancato
Non devi inserire nulla basta che tu fai 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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>

<style type="text/css">
<!--
td {
background-image: url(images/imagine.jpg); 
background-repeat: no-repeat;
} 
-->
</style>

</head>

<body>

<table width="444" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td></td>
  </tr>
</table>


</body>
</html>