我很困惑。这对我来说应该是初级的,但我不得不承认,到目前为止还没有任何效果。我有一个 tumblr 日志 (http://tropedart.tumblr.com),我正在尝试在现有主题中使用图像作为背景。该图像存储在我的服务器上的公共文件夹和 tumblr 的服务器上。这是我尝试过的:
我使用以下内容编辑了自定义 HTML:
<body style="background-image: url('http://russellbits.com/public-images/bkgd-page.jpg') fixed top left repeat;">
我已经编辑了自定义 CSS:
body { background-image: url('http://russellbits.com/public-images/bkgd-page.jpg') fixed top left repeat; }
我还尝试在自定义 CSS 中使用模板标签:
background: {color:Background} url(‘{image:http://24.media.tumblr.com/tumblr_mcs0mnVfx71rsijsso1_400.jpg}’) top left fixed repeat;
这些努力都没有成功。我几乎不好意思问,因为这是我非常了解的简单 CSS 内容。但我能说什么呢?