no repetir<style type="text/css">
<!--
body {
background-image: url(ruta imagen);
background-repeat: no-repeat;
}
-->
</style></head>
repetir<style type="text/css">
<!--
body {
background-image: url(ruta imagen);
background-repeat: repeat;
}
-->
</style></head>
repetir horizontal<style type="text/css">
<!--
body {
background-image: url(ruta imagen);
background-repeat: repeat-x;
}
-->
</style></head>
repetir vertical<style type="text/css">
<!--
body {
background-image: url(ruta imagen);
background-repeat: repeat-y;
}
-->
</style></head>
te recomiendo usar el
dreamweaverSaludos