Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

At My Wits end

Status
Not open for further replies.
Hi,

I think your problem is that the table consists of TH tags rather than td tags. A TH (table header) tag will make the text bold by default.

Cheers,

Tom
 
Okay...cool

How do I change them? :)
 
No it's not that, sorry to intefer MrGrey, the thing is you forgot to stop the <tr> tag

Look:

<tr class=&quot;header&quot;>
<td rowspan=&quot;6&quot; bgcolor=&quot;#330000&quot; valign=&quot;top&quot; width=&quot;86&quot;><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;>Command</font></td>
<td valign=&quot;middle&quot; width=&quot;116&quot;> <div align=&quot;left&quot;><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;><a href=&quot;st_stocker.html&quot; target=&quot;stocker&quot; onclick=&quot;MM_openBrWindow('st_stocker.html','stocker','scrollbars=yes,resizable=yes,width=450,height=700')&quot;>Antdony
J. Stocker</a></font></div>
</td>
<td valign=&quot;middle&quot; width=&quot;115&quot;>

<div align=&quot;center&quot;> <font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;><img src=&quot;R-0000.jpg&quot; width=&quot;110&quot; height=&quot;24&quot;></font></div>
</td>
<td valign=&quot;middle&quot; width=&quot;160&quot;>

<div align=&quot;left&quot;> <font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;>Commanding
Officer</font></div>
</td>
<td valign=&quot;middle&quot; width=&quot;84&quot;>

<div align=&quot;center&quot;><font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;>Human</font></div>
</td>
<td valign=&quot;middle&quot; width=&quot;40&quot;>

<div align=&quot;right&quot;> <font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;2&quot; color=&quot;#FF0000&quot;>Male</font></div>
</td>
</tr>

So all of your <tr> has the &quot;header&quot; class you need to apply the class only to the <td>

Have Fun...

Sharky99 >(::O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top