master page problem

S

Support

Hello:
I have a master page that contains a table with three rows
<table height="100%" width="100%">
<tr><td height="100"><td>header</td></tr>
<tr><td height="100%"><asp:contentplaceholder id="ContentPlaceHolder1"
runat="server"></asp:contentplaceholder></td></tr>
<tr><td height="50">footer</td></tr>
</table>

When the page is rendered - not as a master page but as a regular page the
contentplaceholder SPACE is maximum so that the whole page takes up the
browser's space - which is what I want BUT when I use a contentplaceholder
in a master page - I just cannot get that spapce to maximize so the result
is that the footer is just below the header...
Any suggestions ?
Thanks
T
 

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

Top