C
charles.wang45
I added a style sheet under App_Themes\Blue on Studio 2005 with the
following:
..Content
{
top: 160px;
left: 170px;
position: absolute;
width: 600px;
}
Then I added theme="Blue" into the <pages> tag in web.config file:
<pages theme="Blue">
Inside the master page I added class="Content" into the following:
<div class="Content">
<asp:contentplaceholder id="ContentPlaceHolder1"
runat="server">
</asp:contentplaceholder>
</div>
But underneath the word "Content" there was an error (use mouse to
hove over it): The class or CssClass value is not defined. This
resulted in the content pane could be placed correctly.
In three other projects, the above steps worked just fine. I don't
know what step is missing in the above. Please help. Thanks!
Charles Wang
11/5
following:
..Content
{
top: 160px;
left: 170px;
position: absolute;
width: 600px;
}
Then I added theme="Blue" into the <pages> tag in web.config file:
<pages theme="Blue">
Inside the master page I added class="Content" into the following:
<div class="Content">
<asp:contentplaceholder id="ContentPlaceHolder1"
runat="server">
</asp:contentplaceholder>
</div>
But underneath the word "Content" there was an error (use mouse to
hove over it): The class or CssClass value is not defined. This
resulted in the content pane could be placed correctly.
In three other projects, the above steps worked just fine. I don't
know what step is missing in the above. Please help. Thanks!
Charles Wang
11/5