V
V
Vika Marmeladka2018-02-09 15:32:42
HTML
Vika Marmeladka, 2018-02-09 15:32:42

How to drop a button vertically?

joxi.ru/p27LXKkU0wgXZA
Guys how to drop the button vertically? only with html
PS button in table

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vadim Belkin, 2018-02-09
@BelkinVadim

If you need it using html tools for tables, then there is an attribute valign in tables for vertical alignment (see support). This is purely html'y way.
But you can add inline styles to the vertical-align: middle cell tag, kind of with html too :-D, because no need to include styles and select the element with selectors

A
Anatoly Zharov, 2018-02-09
@SeaBreeze876

1) You can combine the captcha and the button into one container, set display: inline-block for them; vertical-align: middle
2) You can set the container to display: flex; align-items: center;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question