View Single Post
Old 02-04-2013, 09:38 AM   PM User | #11
Ilja
New to the CF scene

 
Join Date: Jan 2013
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Ilja is an unknown quantity at this point
Thanks for all the comments!
I've used my first option.

<p>col up left</p>
<p>col up right</p>
<blockquote>middle quote</blockquote>
<p>col bot left</p>
<p>col bot right</p>

p {float: left; width: 450px}
p:nth-child(odd) {margin: 0 20px 0 0;}
blockquote {width: 920px; margin: 20px 0;}


Thanks.
Ilja
Ilja is offline   Reply With Quote