On Sun, Nov 25, 2012 at 4:40 PM, Karl DeSaulniers <k...@designdrumm.com> wrote:
> Your also using a combination of <th> and <td>. I am thinking that you have
> columns and that they lay next to each other.
> Lose the <th> and just use <td>

Hmm, well, no, it looks like the table header columns are in fact just
table header columns, and table data columns are just table data
columns. These are structurally different things; <th> and <td> mean
different things, appropriately. <th> may be rendered different than
<td> when there are no style sheets, or by tty devices and screen
readers, etc.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to