I built a site for my former employer in Refraction and never had this much issue in laying out tables.
I'm trying to setup a table for my front page in Quasar and I cannot get the site to lay the table out evenly. It keeps wanting to push the picture in the left cell above the text in the right cell.
What am I doing wrong? Are tables just jacked in the Showcase position in this template?
I really figured I could crossover my knowledge from the last RocketTheme site I developed, but this is not proving to be the case. I'm about to go crazy trying to make this work and I do not know what to do.
http://www.aaronstrader.com
It's at the top of the page.
Currently that table looks like this (and I have tried every alignment <td>, <span>, etc I can think of...)
<table border="0">
<tbody>
<tr>
<td valign="bottom"><img src="images/stories/front_page/aar-head.jpg" border="0" alt="Aaron Strader" width="100" height="150" style="border: 0pt none;" /></td>
<td valign="top">
<p>Please work. PLEASE!!!</p>
<p>Why won't this work the way I want it to?</p>
</td>
</tr>
</tbody>
</table>