![]() |
|
Menu
Online Stores
Search this Site
Miscellaneous |
Path = Home : HTML Design Tips : How To Set Web Page Margins |
|
How To Set Web Page Margins
You can easily change the size of the top, bottom and side page margins on your web page by using the following HTML code within the <body> tag. <body topmargin="5" bottommargin="10" leftmargin="20" rightmargin="20"> If you don't want any margins you can set the value for the margins to 0. <body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
|
||