Posts by DrWho • 11 points
1 post
-
1
votes4
answers3461
viewsA: How to center a rectangular image on a square div
you can use "text-align: center" CSS attribute as: <div style="text-align: center"> or in javascript: mydiv.style.textAlign = "center";