View Single Post
Old 02-20-2013, 04:22 AM   #2
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
Uses float.

Text:

<p class="column1">Haec disserens qua de re agatur et in quo causa consistat non videt...</p>

<p class="column2">causas naturales et antecedentes, idciro etiam nostrarum voluntatum...</p>

<p class="column3">nam nihil esset in nostra potestate si res ita se haberet...</p>

CSS:

.column1 {float: left; width: 33%;}
.column2 {float: left; width: 33%;}
.column3 {float: left; width: 33%;}


And played with width and margin.
jbacelar is offline   Reply With Quote