I am trying to set my background as a watermark so that the image remains static while only the text scrolls. Is it possible to set a background as a watermark in GoLive 6.0?
That's an easy one. You can set it with a CSS rule.
You can use the following CSS source code or use the GoLive inspector to make these CSS settings. The "watermark.jpg" would be the link to the image your using as a watermark.
body { background: url("watermark.jpg" white center no-repeat fixed
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.