>
Thanks..
But i was looking for a way to layout the master page using css.I
mite be be missing something reallly small..
What is different between ASP.NET Master Page and a normal page in
terms of final rendering? The keyword here is "using css", it has
nothing to do with ASP.NET...
Thanks..
But i was looking for a way to layout the master page using css.I
mite be be missing something reallly small..
>
What is different between ASP.NET Master Page and a normal page in
terms of final rendering? The keyword here is "using css", it has
nothing to do with ASP.NET...
>
<BODY>
<DIV id="header"... </DIV>
<DIV id="sidebar".. . </DIV>
<DIV id="main">
<asp:ContentPla ceHolder ID="MainPane" runat="server">
</asp:ContentPlac eHolder></DIV>
<DIV id="footer"... </DIV>
</BODY>
I wasnt thinking right.. Thanks.. that answers my qeustion...
Comment