<html>
<head>
<title>
Annoying space at top of web page
</title>
</head>
<!-- you can create a style tag in the header -->
<style type="text/css">
body {
margin: 0px;
}
</style>
<body style="margin: 0px;"> <!-- or you can put as a style in the body tag -->
</body>
</html>
<head>
<title>
Annoying space at top of web page
</title>
</head>
<!-- you can create a style tag in the header -->
<style type="text/css">
body {
margin: 0px;
}
</style>
<body style="margin: 0px;"> <!-- or you can put as a style in the body tag -->
</body>
</html>
No comments:
Post a Comment