kauantp
kauantp

Reputation: 1

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.

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

Upvotes: 0

Views: 59

Answers (1)

E. Ferreira
E. Ferreira

Reputation: 46

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

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

Upvotes: 1

Related Questions