"If you can get along with everyone and everyone loves you, then you don't stand for much. A person who stands his ground for his principles and won't compromise his integrity is not loved by everyone."
- Larry Winget

Archive for the 'Cascading Style Sheets' Tag

How to Customize the Google Friend Connect WordPress Plugin’s CSS & Make It XHTML Compliant

Google Friend ConnectThis is a follow up to my previous post on how to install the Google Friend Connect WordPress plugin. This plugin by Google is really rough on the edges and it requires some tweaks for people …

Tagged As: , , , ,

Posted by Vincent on 18 March 2009 1:57 PM in Wordpress Help | 3 Comments |

How to Add Tabber to Your WordPress Theme

This post is quite similar to my previous post on how to add MooTabs to WordPress. I recently tested Tabber on my internet marketing blog and I find that it is better than MooTabs because it is compact in file size, easier to install and customize.

The default Tabber …

Tagged As: , , , , ,

Posted by Vincent on 31 October 2008 12:00 AM in Wordpress Help | 11 Comments |

WordPress CSS

I was wrong about the WordPress CSS stuff being hidden. I actually found the official WordPress documentation on the WordPress picture alignment.

Apart from the code I mention, WordPress recommends adding this to your style.css too:
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners …

Tagged As: , , , , , , ,

Posted by Vincent on 10 September 2008 2:56 AM in Wordpress Help | 0 Comments |

WordPress Picture Alignment Secrets

This picture is aligned to the left of my content. Usually we display pictures to the left or right and have our sentences wrap around it. Try to make your paragraphs longer or reduce the size of the picture to …

Tagged As: , , , , , , ,

Posted by Vincent on 14 August 2008 2:51 PM in Web Development, Wordpress Help | 4 Comments |