Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
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
1 to 2 of 2