Click to See Complete Forum and Search --> : What does this tag mean? <TD class=tx


SA Heat
11-19-2003, 02:07 AM
<TD class=tx also sometimes it has a txs. I garb some code and I am disecting it and I wanted to know what this tag means

hammerslane
11-19-2003, 03:08 AM
to my knowledge, the CLASS tag is used in conjunction with style sheets... so TX or TXS is a pre defined style in a style sheet. i think. it will only make any difference to the <td> if you have the style sheet in the site folder.
i think

spufi
11-20-2003, 11:01 AM
The tag hould should read <td class="tx"> or <td class="txs">

The CSS for it can be defined within the tag, unlikely in this case, but I have seen it happen. Within in the <head> tag. A common practice, but not ideal. Finally, externally by use of the <link> tag, or through a import statement.