Hi,
Ordered list - html : How to make point(ol{style-list:disc;}) position in midde height of image?
Example where point located in bottom of image and not in middle:
The code of example
<ol style="style-list:disc;">
<li><img src="http://t2.gstatic.com/images?q=tbn:MezWc3ku_XBiwM:http://www.whereisacar.com/images/cars/bill-gates-car.jpg"></li>
<li><img src="http://t0.gstatic.com/images?q=tbn:98OwBE0-icyCNM:http://www.comparecheapinsurance.com/car-insurance/images/car-insurance-policy.jpg"></li>
</ol>
My parpose to move image or point position that will looks that point in middle of image height.
Edit:
I looking for the way without use background point image, if this option exist
Thanks