stretch your page content to the full extent of the web page using the CSS.
<style type="text/css">
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px
}
</style>
Or even simplied as
<style type="text/css">
body {
margin : 0px;
}
No comments:
Post a Comment