Jump to content
  • 0

Align Custom HTML Button with Default "Update" Button


nihsnek

Question

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?

2021-03-08_12-50-03.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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>

image.png.ccfa9382313da4770c7bfebe45ecfadf.png

You can try finding CSS that centers it, as well.
 

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...