Hi
How could i put an image as background and keep it as watermark (not moving when site does)
Thanks
Hi
How could i put an image as background and keep it as watermark (not moving when site does)
Thanks
Do you wish to add the fixed background image ?
If yes, add the following line into style.css.
background-attachment: fixed;
background="../images/background.jpg;
background-repeat: no-repeat;}
Create an image named background.jpg and uploaded to templates/image folder
Bookmarks