want to show the button in one line |
Hello,
As I read you had a difficulty to add your button in a line There are too many processes to do it. But the best and easiest method is to do it via CSS code First, you have to prepare a list as a class like this. <form method="post" action="nextPage.html" name="nameForm" style="display:inline;"> <input type="hidden" name="value" value="someValue"> <input type="submit" name="submit" value="Submit"> via this code you can do multiple button is a list. Hope this helps you. Thanks |
Messages In This Thread |
want to show the button in one line - by kvanaraj - 08-19-2018, 11:48 PM
RE: want to show the button in one line - by Pertti - 08-20-2018, 02:00 AM
RE: want to show the button in one line - by Php - 08-20-2018, 09:08 PM
RE: want to show the button in one line - by Afflospark - 04-18-2019, 11:25 PM
RE: want to show the button in one line - by JLDR - 04-19-2019, 02:24 AM
|