Be sure to add these CSS declarations to your WordPress 2.5/2.6 stylesheets
Versions of WordPress 2.5 and 2.6 have added arbitrary new CSS classes for styling uploaded images (WP 2.5) and their captions (WP 2.6). The WordPress Codex has a page that provides CSS declarations you can add to your custom theme if you’re not too familiar with tweaking your stylesheets.
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
Also check out the links posted for more help on CSS, HTML, and WordPress blog design in general.
(Via)
Looking for WordPress Jobs?
Isn’t it that time of year where fresh grads troop to job expos in hopes of jumpstarting their careers? But whether you’re a newbie in the rat race, a seasoned veteran (read: constantly unemployed), or just looking to earn spare change, why not get paid to do something you’re good at if you truly live and breathe WordPress?
jobs.wordpress.net
Arguably the most popular resource for WordPress-related gigs since it’s hosted on an official WordPress site and backed by Automattic. Positions are grouped into WordPress bloggers, designers, programmers. And yes, it runs on WordPress!
wordpressJob
Not a job board per se, but a job postings aggregator. It gathers classifieds from several websites like ScriptLance, GetAFreelancer, RentACoder, and jobs.wordpress.net. It also runs on WordPress.
Other Jobs Boards
With “wordpress” as search query:
General job boards:
Job boards for blogging:
Jobs for Filipinos:
Note that some of these sites charge for posting and/or reading the listings.
You can also visit our forum to post a job or look for one, completely free.


