I recieved this code looking for how to stretch background image in HTML for the part of my page, but it does not work. What am I doing wrong?
< style type="text/css">
<!--
body {
background-image: url(at4.jpg);
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
-->
</style>