P
Paolo
I would like to have it so that my webpages, which are built using
MasterPages, always appear in the center of the browser of the user, even if
he resizes the browser window. As a starting point, when creating the
Masterpage, this is the generated html:
<body>
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
How do I modify it so that if I use a table that has a border for the site,
the table always is centered in the browser window?
TIA
MasterPages, always appear in the center of the browser of the user, even if
he resizes the browser window. As a starting point, when creating the
Masterpage, this is the generated html:
<body>
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
How do I modify it so that if I use a table that has a border for the site,
the table always is centered in the browser window?
TIA