Say I have the following:
<tr>
<th class=cMyT colspan=2>My Title</th>
</tr>
This places "My Title" in the center of the two column. But, what if I want to put some additional text (e.g. - last mod date) on the same row, but up against the right side and still maintain "My Title" in the center of the two columns. How's this done?
...thanks!!!
<tr>
<th class=cMyT colspan=2>My Title</th>
</tr>
This places "My Title" in the center of the two column. But, what if I want to put some additional text (e.g. - last mod date) on the same row, but up against the right side and still maintain "My Title" in the center of the two columns. How's this done?
...thanks!!!