Re: Page Margins on an ASP.NET page

B

Bill Priess

<body bottommargin="0" rightmargin="0" leftmargin="0" topmargin="0">

HTH,
Bill P.
 
P

Peter Provost

And if you need to support older Netscape versions you need to use
marginwidth and marginheight. E.g.

<body bottommargin="0" rightmargin="0" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">

Or, you could use CSS and do it like this (won't work reliably in old
browsers):

<style>
body { margin-left: 0px; margin-top: 0px; margin-right: 0px;
margin-bottom:0px; }
</style>
 

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,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top