Technical Support Forums

Technical Support Forums » Web Album Generator

Background image (5 posts)


About this Topic

  • Started 1 year ago by Anonymous
  • Latest reply from ipbr21054

Tags

No tags yet.

  1. Anonymous

    Posted 1 year ago

    How can I change the background from a color to an image for all the pages at once?

  2. Mark
    Administrator
    Posted 1 year ago

    Add something like this to your stylesheet template:

    body {
       background-image: url(myimage.jpg);
    }

    Where "myimage.jpg" is replaced with the name of the image file you'd like to use. This file should be in the same folder as the main.css file in your generated album. Hope this helps!

  3. Anonymous

    Posted 1 year ago

    i have tried adding a background image like mentioned above but no pictures appears,i do notice that the thumbnails move to the left when you insert the code.
    When you say "add something like this to your stylesheet"does that mean you are not sure if the script you mention is correct ?
    Being a newbie to script etc i would be looking for the exact correct script to enter.

  4. Mark
    Administrator
    Posted 1 year ago

    The above code shouldn't have any effect on the thumbnails at all. If the thumbnails are moving, you may have missed a bracket or accidentally modified another part of the stylesheet.

    When I say "add something like this," I mean that you'll need to change "myimage.jpg" into the name of the actual image you'd like to use so don't copy and paste the above code verbatim.

  5. ipbr21054
    Member
    Posted 1 year ago

    Now sorted those gaps are hard to spot.


Reply

(required)