How do i change the size or position of a submit button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i change the size or position of a submit button

I tried using <input type="submit" value="submit" style="height: 30px; width: 100px" /> but there is no visible change in the size of the button

31st Jan 2018, 3:58 PM
kerango douglas
kerango douglas - avatar
2 Answers
+ 8
<input type="submit" value="submit" style="height: 200px; width: 150px; position: absolute; top: 50px; left: 100px" /> <!-- what you wrote is correct... -->
31st Jan 2018, 4:25 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
thanks a lot bro
13th Feb 2018, 6:18 PM
kerango douglas
kerango douglas - avatar