nihsnek Posted March 8, 2021 Report Share Posted March 8, 2021 I have this button added under a HTML block to only save the form and not redirect user. <div style=""> <input class="cbSubmitButton" id="Submit" name="Submit" onmouseout="cbButtonHover(this,'cbSubmitButton');" onmouseover="cbButtonHover(this,'cbSubmitButton_hover');" type="submit" value="Save Only" /></h3></div> At the end, I have my "record update button" titled "SAVE & RETURN TO SEARCH" go to a new page. How do I align both button together at the bottom? Quote Link to comment Share on other sites More sharing options...
0 TellMeWhy Posted March 8, 2021 Report Share Posted March 8, 2021 I usually just use <center></center> <center><div style=""><input class="cbSubmitButton" id="Submit" name="Submit" onmouseout="cbButtonHover(this,'cbSubmitButton');" onmouseover="cbButtonHover(this,'cbSubmitButton_hover');" type="submit" value="Save Only" /></div></center> You can try finding CSS that centers it, as well. Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted August 21, 2021 Report Share Posted August 21, 2021 Hi! Just to update this post, you may refer to this link as well: https://www.w3schools.com/howto/howto_css_center_button.asp Quote Link to comment Share on other sites More sharing options...
Question
nihsnek
I have this button added under a HTML block to only save the form and not redirect user.
At the end, I have my "record update button" titled "SAVE & RETURN TO SEARCH" go to a new page.
How do I align both button together at the bottom?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.