I am using a stylesheet to define the font and background color of a cell in a table. The font color is white. However, when I turn any of the text in the cell to a hyperlink, the text becomes black and disappears in the background color.
My question is: In the stylsheet, can I set the color of hyperlinked text? If so, how?
Here is the section of the stylesheet asigned to control the table cell:
.SkinMainTop {
color: #FFFFFF;
background-color: #336699;
font-family: Verdana, Arial,;
font-size: 11px;
font-weight: bold;
My question is: In the stylsheet, can I set the color of hyperlinked text? If so, how?
Here is the section of the stylesheet asigned to control the table cell:
.SkinMainTop {
color: #FFFFFF;
background-color: #336699;
font-family: Verdana, Arial,;
font-size: 11px;
font-weight: bold;