Try It Out Page 535
When I display the Genres.aspx in my browser, the background is all grey and the Gridview does not display properly.
When I "View Source" I notice there is a link (href) to the DarkGrey.css file. Where would that have come from? It is not in my Management.master file or anywhere else I look.
I have added a link to the Management.css file in the Management.master but not the DarkGrey.css. It seems the DarkGrey.css is overriding the Management.css. (The steps for this try it out don't include adding a reference to the Management.css, but shouldn't there be one?)
How do I get the DarkGrey.css file NOT to be compliled?
|