uoba
Re: member
How do I style text within a table cell, when that cell has already been styled with the class code. Example:
<td width="161" class="panelCellSpacer">About Me</td>
The style 'panelCellSpacer' is to add a red line to the left-hand cell wall and space the text inwards by 5 pixels.
The linkBlack, as the name suggests, is an underscored link.
Ideally I could do:
<td width="161" class="panelCellSpacer"><span class="linkBlack">About Me</span></td>
... but that doesn't work.
<td width="161" class="panelCellSpacer">About Me</td>
The style 'panelCellSpacer' is to add a red line to the left-hand cell wall and space the text inwards by 5 pixels.
The linkBlack, as the name suggests, is an underscored link.
Ideally I could do:
<td width="161" class="panelCellSpacer"><span class="linkBlack">About Me</span></td>
... but that doesn't work.