Alignment
iPhone App for Blogging on WordPress: Blogpress

I’m still searching for the best blogging iPhone app for my WordPress blogs. I’m currently using Blogpress ($2.99) which does the job but for: 1. The extra spacing (br br) it gives above an image. I need to manually remove the auomatically inserted break codes. The developer should add a HTML version too rather than [...]

Read More
Posted on 22nd July 2010No Comments
Align it Right in WordPress

When fixing your alignment from the left, don’t forget to specify an equal white space distance from the right too. As you’ve probably noticed, I have added Twitter updates on the top right hand box there to humanise the blog a little. -> The default setting in Stylesheet flushed it right against the margin which [...]

Read More
Posted on 26th May 2008No Comments
Fixing Alignment on WordPress

I confess it has been a long time since I have had to edit someone else’s code. Admittedly these days it is easier to build a site with customisable templates (themes, here on WordPress) but it takes time to understand what another developer has written and immerse your vision into their code. If it is [...]

Read More
Posted on 10th May 2008No Comments
WordPress Coding Tips: Alignment around Images

In WordPress, you’ll need to find an alternative to the usual hspace and vspace tags. Here’s a great suggestion from the WordPress Codex. In the stylesheet, paste this: img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; } And in your markup code in whichever file you’re editing, e.g. About, in my case, [...]

Read More
Posted on 11th April 2008No Comments