Themes - headerstyle forecolor not working

S

SimpleMan75

I've got the following in a skin:
Headerstyle-BackColor="#5C6A51"
HeaderStyle-ForeColor="#FFFFFF"
Headerstyle-Font-Names="Verdana"
Headerstyle-Font-Bold="True"
Headerstyle-Font-Size="12"

This is for a Gridview - - - anything I enter or change works, except the
Forecolor - the forecolor, no matter what I put in the forecolor - it always
shows black

I'm using Boundcolumns, if that makes any difference.

any ideas why this doesn't work?
 
R

Riki

SimpleMan75 said:
I've got the following in a skin:
Headerstyle-BackColor="#5C6A51"
HeaderStyle-ForeColor="#FFFFFF"
Headerstyle-Font-Names="Verdana"
Headerstyle-Font-Bold="True"
Headerstyle-Font-Size="12"

This is for a Gridview - - - anything I enter or change works, except
the Forecolor - the forecolor, no matter what I put in the forecolor
- it always shows black

I'm using Boundcolumns, if that makes any difference.

any ideas why this doesn't work?

You can check the resulting HTML in the page (browser - view source) and try
to figure out what may be the cause.
You may even post that HTML (the Gridview part at least) here.
 
D

David Wier

Well - looking at the html - I still can't figure out why it's happening:

<table cellspacing="0" cellpadding="0" Border-Width="0" border="0"
id="search1_GridView1"
style="background-color:#B1BEA7;border-color:Black;font-family:Verdana;font-size:10pt;width:100%;border-collapse:collapse;">
''' this next line shows what the skin shows:
<tr
style="color:White;background-color:#5C6A51;font-family:Verdana;font-size:14pt;font-weight:bold;">

<th scope="col">Book</th><th scope="col">Chapter</th><th
scope="col">Verse</th><th scope="col">Text</th>
</tr>
 

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

Top