Diggthis inline with text

amnion - February 23, 2008 - 18:53

Anybody know how to get the Digg This icon in line with the text? I've tried using a weight of 0, 1, -1. The ones on here are inline. I'd like to do that also.

The weights system (+1 -1

lhtown - February 24, 2008 - 21:10

The weights system (+1 -1 etc) is not intended for alignment purposes, but rather for ordering.

It sounds like you should be looking into html or CSS to fix your problem. Perhaps a float left using the appropriate css selector would do it for you.

Perfect!

amnion - March 3, 2008 - 04:14

You were right. All I had to do was open up the diggthis.css file and change it like so:

div.diggthis_button {
margin:5px;
width:70px;
float:left;
}

 
 

Drupal is a registered trademark of Dries Buytaert.