I have a page in JaUniversity where I want to display the profile pics of a bunch of our Board members. Ideally, I want it to be a 3 column layout, with a background. That I can easily achieve with a table. The problem is that I want to be able to minimize the screen resolution to a size that would work with a tablet or phone. So, I set the table width to a percentage versus a fixed px width. That helps. But, it isn’t perfect. Here is a link to my test page: http://tinyurl.com/anfat9r
Ideally, I would like each column to drop down below the other column as the screen gets smaller (exactly like the JaUniversity homepage works). How do I achieve that?
Thanks!