Hi
I have spent the afternoon gong through the videos for ASCX skinning, really good and well paced.
However when going to the 1 pane option I don’t quite get the same result. To check the 1pane_main.css was working I made some dramatic changes.
#content1pane
{
width: 99%;
background-color: Fuchsia;
font-style:italic;
color:Lime;
}
But the page does not display these setting. The content span the width but I am not convinced it’s because of this CSS file.
Looked at it through Firefox and Web Developer Tool and it says the CSS is loaded and it does contain the details above.
Could you advise what the issue could be.
Also as a future idea could you make dramtic changes, as above, to show a facility is working
Many thanks
Dave