Hyperlink color question

B

Burak

Hello,

I have a hyperink column in my datagrid
<asp: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>
</columns>
</asp:datagrid>
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,818
Latest member
Brigette36

Latest Threads

Top