2
You can create a css file and put in this code:
le="color: #000000"><?php .column1, .column2, .column3 { width: 33% }
and in a html file this code:
le="color: #000000"><?php <div class="grid"> <div class="column1">Column 1</div> <div class="column2">Column 2</div> <div class="column3">Column 3</div> </div><!-- /grid -->