Corier

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: 1.png  When uploaded:2.png

 

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

Close

Q: Change iWeb photo album background page?

  • All replies
  • Helpful answers

  • by Corier,Solvedanswer

    Corier Corier Mar 1, 2016 2:58 PM in response to Corier
    Level 1 (23 points)
    Mar 1, 2016 2:58 PM in response to Corier

    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!

  • by Corier,

    Corier Corier Mar 1, 2016 3:39 PM in response to Corier
    Level 1 (23 points)
    Mar 1, 2016 3:39 PM in response to Corier

    P.S - When create a new Photo album page on iWeb, it creates a new separated folder for the Photo album page. And if it is using a HTML Snippet It is needed to duplicate the file or folder - in this case the Images folder - inside on the new folder automatically created for the Photo album page.