samedi 5 mai 2012

Configuring the CSS in the template

Here comes the tricky part.

First, make a backup of your existing template (just mark all, then copy and paste it in a text-editor and save it as a text file).

Now we can play in the template and use the nifty "preview" button from blogger ;)

At first we look at the graphic URLs:

#header {
[...]
BACKGROUND: url(bg.gif) #dae0d2 repeat-x 50% bottom;


The bg.gif has to be replaced by the flickr link:

BACKGROUND: url(http://static.flickr.com/49/110372233_947b68eb39.jpg?v=0) #dae0d2 repeat-x 50% bottom;


We do this with every BACKGROUND: url(LINK) part!

Aucun commentaire:

Enregistrer un commentaire