Corpcat Posted October 29, 2018 Report Share Posted October 29, 2018 I am trying to put a login box up in the top right hand corner of the header on my Web Page, Is there a way to get the login button to appear inline with the Email and Password fields. You can't select from the advance menu on the last field, like below Continue next element on the same line I tried some code outlined in a previous post about inline buttons but I couldn't get that to work either. Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted October 29, 2018 Report Share Posted October 29, 2018 Hi Corpcat, You can add a Header/Footer to you Authentication, disable the html editor, then add this code: <style> td[class*="cbLoginButtonContainer"] { display: none; } </style> Then add an HTML block after below all your fields, then put this code: <div style="text-align: center; position: relative;"> <input type="submit" onmouseout="cbButtonHover(this,'cbLoginButton');" onmouseover="cbButtonHover(this,'cbLoginButton_hover');" class="cbLoginButton" value="Login" id="Login1" name="Login"> </div> After that, select your second to the last field, click Advanced tab and check Continue next element on the same line. -JolliBeng Corpcat 1 Quote Link to comment Share on other sites More sharing options...
0 Corpcat Posted October 30, 2018 Author Report Share Posted October 30, 2018 Thanks Joli - works perfectly Quote Link to comment Share on other sites More sharing options...
0 Role21 Posted November 3, 2018 Report Share Posted November 3, 2018 This is very helpful! Corpcat 1 Quote Link to comment Share on other sites More sharing options...
Question
Corpcat
I am trying to put a login box up in the top right hand corner of the header on my Web Page,
Is there a way to get the login button to appear inline with the Email and Password fields.
You can't select from the advance menu on the last field, like below
Link to comment
Share on other sites
3 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.