Hi Bill, Thanks for the suggestion. I might be doing something wrong, but 
when I tried using the th tag it would bold the text but not center it 
like I thought it should. I tried it in IE and Firefox, both with the same 
results. Would it have something to do with my doctype? I'm using xhtml 
1.0 transitional.

Tommy

Hi Tommy--

I might be tuning in a bit late here, but isn't this essentially what 
you want?
<table>
   <tbody>
     <tr>
       <th>9-25-08</th>
       <th><a href="xxx.pdf">Name</a></th>
       <td>This is where some information would go that I do not want 
centered or bold.</td>
     </tr>
   </tbody>
</table>

Should work in all browsers and doesn't even require CSS modifications 
since HTML already has a tag in place for this sort of thing.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to