Wednesday, April 18, 2007

Larry's Head in the Clouds

Can anyone tell me how to change my label list to a nice fluffy cloud?

4 comments:

John said...

Hi Larry,

Adding the following line of css to your blogger template should do it, although you will have to design an appropriately sized image of fluffy clouds.

span.post-labels {
background-image: url(some-image.jpg);
background-repeat: no-repeat;
background-position: left top;
}

Add the following line (inside the curly brackets) to adjust spacing (in the order top,right, bottom, left) to fit the background image... and you can play with the pixel measurements also:

padding: 10px 0 10px 0;

Anonymous said...

Here are directions for doing it another way. Tag Clouds for Blogger

John said...

Either way I think you've got some code to learn Larry. Wasn't that one of your goals? ;-)

Larry Keiler said...

Yes, it certainly was one of the goals. I've got a bunch of reading material to get through, but it's mostly on my computer, which is in for repairs right now. I'm writing this on a borrowed machine.

Help! I've written and I can't get up!