Here is some code I modified from this nifty site:
I have all the elements styled with a checkbox images,..fonts, colors etc.
I just don’t know how to do the layout. I don’t have a strategy. But what I want is only slightly different from the fiddle.
I want the Title and Content Text aligned like they are but I went them placed to the right of the check boxes, where the title is at the same height as the check box. This would make most sense and be the most readable.
How would I go about doing this?
Here’s my version: http://jsfiddle.net/Ajhka/5/
I didn’t change your CSS at all – just the HTML.
To get this layout I swapped your
<p>tags for<span>. Then I wrapped each set of radio/title/text in a<div>. You could tweak spacing a bit with CSS if you so chose.