• λ我爱Aspx >> Asp.Net >> 怎么样使网页上面一行不是空白的?
  • 怎么样使网页上面一行不是空白的?

  • :aspxer  Դ:csdn  :2007-7-6 2:49:34  ؼ:
  • 对不起,我不知道怎么删除全角空格。我在记事本里看不出呀。DW里也看不到。

    第14楼. 由 wangbin20001216 于 2007-6-29 9:55:38 发表

    问题有待于解决,自己顶一下.

    第15楼. 由 rczjp 于 2007-6-29 10:31:28 发表

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

    <title>CSS Learning</title>

    <style type="text/css">

    body{

    margin:0px 0px 0px 0px;

    font-size:12px;

    font-family:"宋体";

    text-indent:2cm;

    line-height:200%;

    text-indent:21pt;

    letter-spacing:2px;

    }

    div{

    padding:10px 10px 0px 10px;

    }

    div#left{

    width:150px;

    float:left;

    background-color:#006666;

    margin:0px,10px,0px,0px;

    height:100%;

    }

    div#right{

    background-color:#CCCCCC;

    height:100%;

    }

    h2{

    font-family:"黑体";

    color:#000000;

    Ҷƪл˵?
  • һƪ初学HTML,不明白这段代码,请教
    һƪ请问如何设置textbox的背景色啊?