用html添加背景图片时,怎么让它不重复并且居中?

用html添加背景图片时,怎么让它不重复并且居中?,第1张

在你所加背景图片的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"

搞定!

祝你成功,望采纳!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7300327.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-04
下一篇 2023-04-04

发表评论

登录后才能评论

评论列表(0条)

保存