tableless design + asp.net master pages

G

Guest

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:ContentPlaceHolder ID="MainPane" runat="server">
</asp:ContentPlaceHolder></DIV>
<DIV id="footer"> ... </DIV>
</BODY>
 
P

parez

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:ContentPlaceHolder ID="MainPane" runat="server">
                </asp:ContentPlaceHolder></DIV>
    <DIV id="footer"> ...  </DIV>
  </BODY>

I wasnt thinking right.. Thanks.. that answers my qeustion...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top