Frequently asked questions (FAQ)

How can I replace an image/background image?

To replace a background image in your weblog, you use the "Expert: CSS" mode. In the formatting for the element that uses the image, there is a line including the image URL. It might look like this:
(...)
#header {
   height: 50px;
   background: #ffffff url(/img/tmpl/gutenberg/gutenberg.gif) no-repeat top right;
(..)

Hint: If you are not sure if you found the right image in the code, type http://www.blogigo.de into the address bar of your webbrowser and behind this the URL from the CSS. The browser shows only the image - so you can see if it is the correct image.

If you want to use another image, simply replace the URL with the URL of the image you want to use. If you uploaded your image to your "My images" section at blogigo you will find the image URL in the list. Copy it into the CSS.

Save it - done! The weblog now uses your image as background.

Blu-Ray