Layout Columns - Equal Height
- by Kyle
I remember first starting out using tables for layouts and learned that I should not be doing that. I am working on a new site and can not seem to do equal height columns without using tables. Here is an example of the attempt with div tags.
<div class="row">
<div class="column">column1</div>
<div…