> I've got the following in a skin:
> Headerstyle-BackColor="#5C6A51"
[quoted text clipped - 10 lines]
>
> 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.

Signature
Riki
David Wier - 17 Sep 2007 17:35 GMT
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>
>> I've got the following in a skin:
>> Headerstyle-BackColor="#5C6A51"
[quoted text clipped - 14 lines]
> try to figure out what may be the cause.
> You may even post that HTML (the Gridview part at least) here.