Hyperlink color question

burak

Centurion
Joined
Jun 17, 2003
Messages
127
Hello,

I have a hyperink column in my datagrid

<ItemStyle ForeColor="black" Font-Names="Verdana,
Arial, Helvetica" Font-Size="10px"
BackColor="#f5f0e3"></ItemStyle>
<AlternatingItemStyle
BackColor="#FFFFFF"></AlternatingItemStyle>
<Columns>

<asp:hyperLinkColumn HeaderText="Job Title"
SortExpression="TITLE" ItemStyle-Font-Bold=True
ItemStyle-ForeColor="#064976"
DataTextField="TITLE" DataNavigateUrlField="JOB_ID"
DataNavigateUrlFormatString="vjc_job_builder.aspx?jobId={0}&view=1&type=A">
</asp:HyperLinkColumn>

For some reason the hyperlink is showing up as this
grey murky color, instead of blue. I tried changing
the color to yellow but that didn't work either. It
seems as if the color settings are not taking effect.

Has anyone encountered this before?

Thank you,

Burak
 
Back
Top