View Full Version : backgrounds


kumquat
05-05-2003, 12:02 AM
how do i make a background with just 1 picture in the middle
*centered*
not tiled

Lemon Squash
05-05-2003, 12:33 AM
<STYLE TYPE="text/css">
<!--
BODY {background-image: url(your file name.gif); background-repeat: no-repeat;background-position: 0% 0%}
-->
</STYLE>