0
List images
How can add height and width in list images ? my code is ol{ list-style-image: url("exampel.jpg"); list-style-position: inside; }
2 odpowiedzi
+ 3
it must be like this :
ol li { width:100px; height:100px; }
+ 2
In the <img> you can add the width and height parameters
ex: <img src="..." width=100 height=100 />