div centered over img
div centered over img
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- DragKng0
Wrap both the div with the text in it AND the image in another DIV, then center the image inside that box.
holderDiv.textDiv { margin: 0 auto; OR text-align: center;}
Think both of these should work