If you find aligning images in your blog posts difficult and you can’t line up your text alongside smaller logos or images, you should continue reading. I will start the post with examples of poorly aligned and nicely aligned images in blog posts. The following screenshot displays a poorly aligned image in a blog post.… Continue reading Align Images in your Blog posts
Month: September 2007
List fonts used in a PSD file
The common problem I face whenever I buy new designs is that sometimes I need to know all the fonts used to make the PSD file. Sometimes Photoshop popups an ugly message saying some fonts are missing and it has no inbuilt method to tell you which font was used. So how to tell which… Continue reading List fonts used in a PSD file
Remove Border from smiley images in WordPress
The idea for this post came because my blog’s new theme had borders on all smileys which looked a bit odd. So I thought why not make a post about it. Open your theme’s style.css file and add this in last line: img.wp-smiley{ border:none;} That’s all. Nothing more. It will remove borders on all smileys… Continue reading Remove Border from smiley images in WordPress