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.
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
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!
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;
}