我有一個表,我想使用垂直對齊,但它不工作。我可以得到數字的大小來加大圖像的大小,所以也許這就是我不能使用它的原因。請幫忙。如何將文本居中放置在表格中?
http://jsfiddle.net/d7onugrw/1/
td {
vertical-align: middle;
text-align: center;
float: left;
display: block;
height: 100%;
}
<table>
<tr>
<td><a href="tel:+56966890434">(56-9) 6689 04 34</a>
</td>
<td>
<a href="https://plus.google.com/111125806825828710565" rel="publisher">
<img alt="google" src="http://www.claudiacabrera.cl/images/google.png" />
</a>
<a href="https://www.facebook.com/pages/Pintura-Claudia-Cabrera">
<img alt="facebook" src="http://www.claudiacabrera.cl/images/facebook.png" />
</a>
<a href="https://www.linkedin.com/profile/view?id=176837064&trk=nav_responsive_tab_profile_pic">
<img alt="linked in" src="http://www.claudiacabrera.cl/images/linkedin.png" />
</td>
</tr>
</table>
不錯,我不知道。謝謝! – creptor4 2014-10-18 14:25:08