G Guest Mar 28, 2007 #1 How do I stop the Background Picture from being tiled when I attach a picture to the Format, Background function?
How do I stop the Background Picture from being tiled when I attach a picture to the Format, Background function?
D David Berry Mar 28, 2007 #2 You can use CSS to do this. Ex: <STYLE TYPE="text/css"> BODY { background-image: url(images/background.gif); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; } </STYLE>
You can use CSS to do this. Ex: <STYLE TYPE="text/css"> BODY { background-image: url(images/background.gif); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; } </STYLE>