Dopo molte richieste ho fatto questo mini tutorial.
Il codice HTML da inserire è il seguente:
<style type="text/css">
html, body {
background-color: #000000;
padding: 0px;
margin: 0px;
background-attachment: fixed;
background-image: url(index_htm_files/hintergrund.jpg);
background-repeat: no-repeat;
background-position: center top;
}
</style >
essendo preso dai tedeschi ho seguito anche la procedura con indicazioni tedesche per questo la foto è denominata hintergrund (sfondo)
Nelle impostazioni web, website, HTML body inserite il codice. Esportate poi il progetto.
Inserite la foto che volete impostare come sfondo, precedentemente rinominata "hintergrund" nella cartella denominata "index_hmt_file".
Effettuate un'anteprima per vederne il risultato.