首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >Wordpress不会在我的主题中显示<p>元素的背景照片

Wordpress不会在我的主题中显示<p>元素的背景照片
EN

Stack Overflow用户
提问于 2018-06-10 23:26:44
回答 1查看 21关注 0票数 0

我一直在尝试制作一个wordpress主题,并希望它更好。我已经在"style“属性中添加了一个背景图像,但Wordpress不显示它。下面是我的代码:

<p align='center' id='intro' style='align-content:center center; 
    font- size:5vh;padding-top:40vh;height:100vh; width:100vw; color:white;
    font-family:"Times New Roman"; background-attachment:fixed;
    background-image: url("images/jazz_lounge_intro.jpg");
    background-color: #cccccc; background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; background-size:cover;'>
    Lorem Ipsum 
</p>
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-06-11 00:25:42

就像约翰尼斯评论的那样。

设置镜像的完整路径:

background-image: url("http://example.com/.../.../images/jazz_lounge_intro.jpg");
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50785207

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档