Javascript 实际上是否有可能改变<;h2>;分区;“组”吗;?

Javascript 实际上是否有可能改变<;h2>;分区;“组”吗;?,javascript,html,css,tumblr,Javascript,Html,Css,Tumblr,问题是我已经有了图片的标题,但当我从tumblr的移动应用程序发布时,另一个标题出现了。如何将传送到.innertitle /* begin snippet: js hide: false console: true babel: false */ css: .innertitle { position: absolute; top: 0; height: 15%; font-size: 1.5vw;

问题是我已经有了图片的标题,但当我从tumblr的移动应用程序发布时,另一个标题出现了。如何将
传送到
.innertitle

/* begin snippet: js hide: false console: true babel: false */
css:

.innertitle {
          position: absolute;
          top: 0;
          height: 15%;
          font-size: 1.5vw;
          font-family: sans-serif;
                }

    .contentbox {
          width: 40%;
          background: #ccc;
          position: relative;
          height: auto;
                }

    .img-around img {
          margin-top: 50px;
          width: 100%;
    }
<div {block:Tags}id="{Tag}"{/block:Tags} class="contentbox">
                    <div class="innertitle">
                        {block:Caption}{Caption}{/block:Caption}
                    </div>
                    <div class="innerbox">
                        <div class="img-around">
                            <img src="https://66.media.tumblr.com/1efb53fff593aeb137b3c9b7b018a708/tumblr_pgggijEb4G1x36lvho1_1280.png">
                        <h2>This is appearing automatically.</h2>
                        </div>
                    </div>
                </div>
html:

.innertitle {
          position: absolute;
          top: 0;
          height: 15%;
          font-size: 1.5vw;
          font-family: sans-serif;
                }

    .contentbox {
          width: 40%;
          background: #ccc;
          position: relative;
          height: auto;
                }

    .img-around img {
          margin-top: 50px;
          width: 100%;
    }
<div {block:Tags}id="{Tag}"{/block:Tags} class="contentbox">
                    <div class="innertitle">
                        {block:Caption}{Caption}{/block:Caption}
                    </div>
                    <div class="innerbox">
                        <div class="img-around">
                            <img src="https://66.media.tumblr.com/1efb53fff593aeb137b3c9b7b018a708/tumblr_pgggijEb4G1x36lvho1_1280.png">
                        <h2>This is appearing automatically.</h2>
                        </div>
                    </div>
                </div>

{block:Caption}{Caption}{/block:Caption}
这是自动出现的。

对不起,那是很久以前的事了,我的英语很差

对于未来,谁对如何解决这个问题感兴趣,我所做的就是从Tumblr的移动应用程序和网站上发布各种帖子。然后我打开DevTools,看看手机应用程序和网站发布的帖子有什么不同。 问题在于,Tumblr出于某种原因对帖子的p、h1、h2标签的设置与移动应用程序中的不同。所以我只需要对他们两个都进行风格设计。
再次为那篇帖子感到抱歉。

嗨,保罗,我对你的问题有点不清楚。你的电话留言是什么意思?你能解释一下或者补充一点细节吗?你需要弄清楚问题到底是什么,你想要的结果到底是什么。你的问题不清楚。你还需要解释一下你所说的
div“组”是什么意思,因为那不是一个“东西”。Tumblr有一个移动应用程序。所以当我从pc发帖时,它会转到。但是,当我从Tumblr的移动应用程序发布帖子时,它会毫无理由地出现在图片下面。所以我需要把图像下的这个传送到这里,解决了。卡普里恩走错街区了