Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

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

    • CommentAuthorteahupoo
    • CommentTimeOct 20th 2006
     permalinkReport Post
    please tell me how to add an image in the sidebars, with standard Wordpress themes I have put them in manually but this seems impossible here.
    • CommentAuthorDenis
    • CommentTimeOct 20th 2006
     permalinkBuy a DrinkReport Post

    Depends on what you mean... If you mean...

    ... adding a background image to a sidebar, use a custom.css file with:

    #sidebar
    {
      background: url(file-in-same-folder.jpg) no-repeat;
    }
    

    ... adding an image as you would text, use a text widget (Presentation / Sidebar Widgets) with:

    <img src="http://yoursite.com/path-to-your-file/your-file.jpg" />
    

    ... adding flickr images, use the flickr widget (Presentation / Sidebar Widgets).

    Widgets are configured by clicking their option button, located to the right of the name.

    Best,
    Denis