I have a table as such:
Code:
<TABLE CELLSPACING="5" CELLPADDING="5">
<TR>
<TD>
XXXXXXXXX
</TD>
<TD>
<A HREF="..." id="..." target="_top">...</A>
</TD>
</TR>
<TR>
<TD>
XXXXXXXXX
</TD>
<TD>
<A HREF="..." id="..." target="_top">...</A> </TD>
</TR>
...
[code]
How do I make the XXXXXXXXXX bold. It is just standard text, but I do not know which code it is (H1, P, etc.). I can not just put a <b> in front of it becauase I have 2000 of them.
Thanks,
Skills