I am sorry I didn’t make it so clear.
So I want to make a wrapper to an ads block in HTML. The block has a code like this:
<div="code-block code-block-8">
...
</div>
And I want to add another div tag above it so it would be like this:
<div="myAds">
<div="code-block code-block-8">
...
</div>
</div>
Could I do that? And how?
Thanks