+ 2

How to space the 'Submits' in output?

3rd Sep 2016, 6:41 PM
Li Kyüi Ng'bawi Awm
Li Kyüi Ng'bawi Awm - avatar
1 Odpowiedź
+ 1
<style> div{ align=center } </style> <body> <div> <input type="submit" val="submit/> </div> </body> You can use div tag line shown above for spacing. In style tag You can also use margin or align as per your requirement.
9th Sep 2016, 6:02 PM
Rishit Sonecha
Rishit Sonecha - avatar