Moving image location
Posted May 7th, 2008 by jeb69
Here is an interesting question. The image module (the built-in) puts the thumbnail at the bottom right of the scoop. So, there tends to be whitespace under the scoop, accounting for the height of the image.
How can you move that image to default to the upper right of the scoop? Either in-line with the headline or first line of text.
By the way, if you have any image border issues, just go the style sheet and make a CSS tag that removes any borders:
img {
border: none;
}
or, add a border if you like.