Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
402 views
in Technique[技术] by (71.8m points)

html - 如何在tumblr HTML编辑器[2019]上添加段落而不出现错误?(How to add a paragraph on tumblr HTML editor [2019] without getting an error?)

i just want to add a text beside a picture on my tumblr, i just added a "testing..." when i activate the "view" option it seems just right,but as soon as i try saving, i get the same error everytime.

(我只想在tumblr上的图片旁边添加文本,我刚刚在激活“查看”选项时添加了“测试...”,这似乎是正确的,但是一旦我尝试保存,就会出现相同的错误每次。)

This is my "view option"

(这是我的“查看选项”)

 {block:IfShowAboutWidget}
            <h3>About</h3>
            <div id="about" class="widget">
            <a>testing...</a>
                <img src="{PortraitURL-64}" alt="portrait" />
                {block:Description}<div class="description"><p>{Description}</p></div>{/block:Description}
            </div>

This is the error i get everytime

(这是我每次都遇到的错误)

  ask by kauantp translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Nowadays Tumblr doesn't allow any theme modification without updating all existing theme assets paths from http to https.

(如今,Tumblr在不将所有现有主题资产路径从http更新为https的情况下,不允许进行任何主题修改。)

Simply substitute all occurrences of http in your theme code with https and then you will be allowed to save your changes.

(只需将主题代码中所有出现的http替换为https ,然后就可以保存更改。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...