i am using master page in my website.
i want that master page and all tis content pages looks inside the web browser like this i mean small size then browser.
.....................borwser.........................
. ........Master page.............. .
. . . .
. . . .
. ....................................... . .
..........................................................
Blocked AccountPosted Oct 21, 2008, 6:35 AM
Hi,
Make the table like that in the master page.
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10%">
td>
<td width="90%">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
asp:ContentPlaceHolder>
td>
<td width="10%">
td>
tr>
table>