I understood that "id=XXX" was only for locating fragments within the epub.
However I came across this code which I can't understand:
Code:
#container00 {
display:inline-block;
height:25px;
width:25px;
}
Usage:
Code:
<div id="container00">
<image alt="" class="center" src="../Images/image.png">
</div>
The code affects the size of the image. Why is that?
Can I convert this to an svg wrapper? How?
--MH