I may have just missed it, but is there a way to fix a background image in Blue Voda so that it does not move if other elements in a page do?
I may have just missed it, but is there a way to fix a background image in Blue Voda so that it does not move if other elements in a page do?
Yes, move and size as required. Then right-click the image and select Lock.
Hi, or do you mean you want a fixed background & your pages text will scroll over the top of the image?
If so cut & paste the code below in to the pages html area under “Beginning of body” area & change the image url from http://www.webbiesite.com/satisfaction.jpg to your own images that is on your server.
Good luck..
HTML Code:<script language="JavaScript1.2"> /* Watermark Backgound Image Script by(www.webbiesite.com) */ if (document.all||document.getElementById) document.body.style.background="url('http://www.webbiesite.com/satisfaction.jpg') #ffffff center no-repeat fixed" </script>
There are currently 1 users browsing this thread. (0 members and 1 guests)