For HTML attributes, you should always use double-quotes: Use: <table class="framework"> Not: <table class='framework'>
On Feb 11, 10:26 am, amuhlou <amysch...@gmail.com> wrote: > I'm not quite sure why you would need special code to make the <td> > span the width of the entire <tr>. If it's a 1-column table, the > td.gridtitle should do that automatically. Can you post a link to an > example of the problem you're having? In the example here, you also > have an extra </thead>