Object styles to html in epub
Hello,
I am an experienced front-end web developer trying to make reflowable epubs from indesign (beeing a very inexperienced indesign user). I am trying to make an object style that contain several text paragraps. I want it to result in the following html-code:
<div class="blaRundeHjorner">
<p>some text…</p>
<p>some more text…</p>
</div>
I made an object style, put two text paragraphs inside it and updated the Edit all export tags like this:

The problem is that neither the html div tag nor its corresponding css from the object style is in the html-file in the epub. The paragrapt styles is however there. How can I get the object style as an html-tag in the epub html?
