Would you like to add a drop shadow on your blog?
1. Download this shadow.gif file.
2. Copy it to your WordPress theme images folder.
3. Add “.post img { background:url(images/shadow.gif) no-repeat right bottom; padding:4px 10px 10px 4px; border:none; border-top:#eee 1px solid; border-left:#eee 1px solid; }
” in CSS (usually style.css).
The terms in bold will vary by theme, usually .post, .entry, or .PostContent will meet the first requirement and images or img should cover the second. Now all your images have a little flair!
Note: Don't copy the quotation marks!