Jump to content
  • 0

выравнивание изображения в таблице


Gr1n4
 Share

Question

42b1c1e4b3d4.jpg

Помогите разобраться. Вопрос следующий: необходимо выровнять кнопку Играть по центру по вертикали.

код html:


<table class="opis">
<tr>
<td class="opis">
Статус: открытое бета-тестирование
Разработчик: Gaijin Entertaiment
Жанр: Симулятор, MMOAaction
Дата выхода: 1 ноября 2012
Оплата: Free-to-Play (бесплатно)
Официальный сайт: <a href="http://lnk.do/24sWy">warthunder.ru</a>
</td>
<td class="opis2">
<a href="http://lnk.do/24sWy"><img alt="play" src="http://gamevestnik.ru/wp-content/uploads/2013/07/play.png" width="250" height="69" /></a>
</td>
</tr>
</table>

CSS:


table.opis {
width: 100%;
border: 1px solid #000;
}
td.opis {
vertical-align: middle;
border: 1px solid #000;
width:100%;
}
td.opis2 {
float:right;
border: 1px solid red;
}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy