+ 2
In HTML, how do i set the position of a button? Center it, left align, right align, move a few pixels up or down ect?
3 Respuestas
0
align="center", as for positioning up or down I'd suggest using CSS
0
Thx Michael but how do i do it in CSS then?
0
pixel strength by using attributes like top: 50px within proper css style formatting. You'll want the position set to absolute to do it this way. I suggest doing the CSS course if you haven't already.