Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjack
    • CommentTimeNov 2nd 2005
     
    It will probably be sufficient to add the same background color to the divs Plogger uses, like the wrapper etc. Look inside the /css/gallery.css for the correct names and add background:url(imagedirectory/imagename.gif); to that div.
    • CommentAuthorddejong
    • CommentTimeNov 2nd 2005
     
    If you just want a color, use this in gallery.css:

    body {
    background: #000000;
    }

    You can change it to any of 16,000+ colors by using the hex value. Find the hex value of any pixel on your screen with this little gem: http://www.nattyware.com/pixie.html.

    Best of luck,
    Derek
    • CommentAuthorjack
    • CommentTimeNov 2nd 2005
     
    ... of course that would be sufficient, but I was counting on the fact that his plogger is integrated into his site, and then it would already have a backgroundcolor...
    • CommentAuthorBugZ
    • CommentTimeNov 3rd 2005
     
    You can use this for a gif:
    body {
    background-image:url(Yourimage.jpg)" }

    Ppace the gif in the same folder, or specify where it is like:
    body {
    background-image:url(../../Yourimage.jpg)" }

    For further css tricks i will refere to my guide: http://www.bugge-larsen.dk/?IT_hj%E6lp.:Css_guide-_styles_til_din_HP.

    BugZ