I've made this table for my web app, which shows a list of images: http://f.cl.ly/items/0B2d0y2d241v1J0a0D1N/Screen%20Shot%202013-05-12%20at%2016.11.32.png
How do I vertically center the items in the table? Thanks for any help
I've made this table for my web app, which shows a list of images: http://f.cl.ly/items/0B2d0y2d241v1J0a0D1N/Screen%20Shot%202013-05-12%20at%2016.11.32.png
How do I vertically center the items in the table? Thanks for any help
Got solution!
td { vertical-align: middle; }
There's another way you can do that
td{
margin-top:auto;
margin-bottom:auto;
}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.