我有一个html脚本
<head>
<meta http-equiv='x-ua-compatible' content='IE=edge,chrome=1'>
<title>Hello</title>
<style>
body{display:block;margin:0px;}
div.Bodygap{width:100%;height:90px;min-height:20px;margin:0px;}
div.main {width:240px;min-height:40px;margin:0px; }
#first_name {width:100%;position:relative;font-size:20px;}
.content{width:100%;margin-top:0px;position:relative;cellspacing:0;border-
</style>
</head>
我要在其中修改
body{display:block;margin:0px;}
至body{display:block;margin:10px;}
和
div.Bodygap{width:100%;height:90px;min-height:20px;margin:0px;}
至div.Bodygap{width:50%;height:50px;min-height:10px;margin:12px;}
在vb.net中