Not signed in (Sign In)

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

  1.  
    Hello. Does anyone know how I could put an image in my header? I basically want my header to be an image. Also, how could I move the "Powered by Plogger" link more to the left? I looked around the forums but I haven't really found a clear response. Any help would be much appreciated!
    • CommentAuthorddejong
    • CommentTimeJun 7th 2006 edited
     
    You want to edit gallery.css.

    Add these (where appropriate):
    h1#gallery-name {
    height: 100px;
    width:100px;
    background: transparent url("relative/or/absolute/path/to.file") 0 0 no-repeat;
    text-indent:-999px;
    }

    #link-back {
    margin-right:20px;
    }


    Adjust values as appropriate. For more info on CSS and styling, start at http://css-discuss.incutio.org.

    Cheers,
    Derek