Q: Change iWeb photo album background page?
Hello community.
I am trying to change a iWeb photo album page background but without success. I am trying to implement a degrade background thought Html Snippet and directly on Inspector menu at Browser Background, but that only works on the iWeb himself. When I upload the page, and test it on the browser the page is white.
Image on iWeb and when Uploaded:
Image on iWeb:
When uploaded:
I tried with a Html Snippet but nothing changed:
<script language="JavaScript" type="text/javascript">
parent.document.body.style.backgroundImage='url(images/menu-background.png)';
parent.document.body.style.backgroundRepeat='repeat-x';
elem = parent.document.getElementById('nav_layer');
elem.style.backgroundImage='url(images/menu-background.png)';
elem.style.backgroundRepeat='repeat-x';
elem = parent.document.getElementById('footer_layer');
elem.style.backgroundImage='url(images/menu-background.png)';
elem.style.backgroundRepeat='repeat-x';
</script>
Any thoughts how to set a Image Background of my choice on a iWeb Photo album page? I've already turned off the Page Background. Only the Browser Background inserted.
Thank You
MacBook Pro, Mac OS X (10.6.8), Error on Software Update.
Posted on Mar 1, 2016 2:39 PM
FIXED!!!
I didn't inserted the Images folder on the correct folder, where the HTML Snippet was searching for the file menu-background.png.
Admins if you want you can delete this post.
Thanks!
Posted on Mar 1, 2016 2:58 PM