"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 'css alignment' Tag

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 |