View Single Post
Old 05-09-2017, 10:47 AM   #1
dynabook
Techno-geek
dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.dynabook ought to be getting tired of karma fortunes by now.
 
Posts: 225
Karma: 1116651
Join Date: Nov 2006
Location: Mississippi, USA
Device: PRS-T1 (Black), PRS-T3S (Black), Kobo Aura ONE
Epub code question

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
dynabook is offline   Reply With Quote