Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question