我想把一张图片作为网页的背景,请问语句是怎么样的

解决方案 »

  1.   

    <html>
    <head>
    </head>
    <body background="xxx.gif">
    </body>
    </html>
      

  2.   

    不用写语句,直接background="你的图片名称"
      

  3.   

    汗..基本的html都没理解,就可以写asp.net 程序.
      

  4.   

    汗..基本的html都没理解,就可以写asp.net 程序.
    =============================================
    其实我有同感
      

  5.   

    单击aspx 找属性 把background的路径设置成你的图片路径 或者在aspx的hyml中
    <body background=".....gif">  ....是你的图片路径
      

  6.   

    放在body里面!background=".."
       还有就是把页面在DW打开,就很容易操作了!