在你所加背景图片的table或div里加入如下代码:style="background-position:centerbackground-repeat:no-repeat"
例如:<table width="200" height="200" style="background-position:centerbackground-repeat:no-repeat" background="a.jpg">
补充:
style="background-position:centerbackground-repeat:no-repeat"
加在<body>里面就可以了。
例如:
<body style="background-position:centerbackground-repeat:no-repeat">
html简介:
超文本标记语言,标准通用标记语言下的一个应用。 “超文本”就是指页面内可以包含图片、链接,甚至音乐、程序等非文字元素。
超文本标记语言的结构包括“头”部分(英语:Head)、和“主体”部分(英语:Body),其中“头”部提供关于网页的信息,“主体”部分提供网页的具体内容。
在背景所在的表格或者DIV中,设置样式:style="background-image:图片地址background-position:center
background-repeat:no-repeat"
搞定!
祝你成功,望采纳!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)