Image inside div

They have: 11 posts

Joined: Dec 2006

Ok, I have an image inside a div. The div is 804px by 100px. The image is 500px by 70px. I am trying to get it so that the image is aligned in the center of the div and on the complete bottom of it. Can anybody help me with this? How would I go about doing this?

timjpriebe's picture

He has: 2,667 posts

Joined: Dec 2004

In the div, have the following CSS:

text-align: center;
vertical-align: middle;
'

That should get the job done.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.