Any suggestions would be really appreciated... I'm trying to format a "Logout" button to be the same style as Please ignore the "Click here to use Low Cost"
The code I'm using does the job of logging out but the format is inconsistent with all the other buttons on the submission datapage. Here's the logout button appearance
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.
Question
RonAnderson
Any suggestions would be really appreciated... I'm trying to format a "Logout" button to be the same style as Please ignore the "Click here to use Low Cost"
The code I'm using does the job of logging out but the format is inconsistent with all the other buttons on the submission datapage. Here's the logout button appearance
The code I'm using is:-
<button><a href="https://c7cmr949.caspio.com/folderlogout">Logout</a>
<style="background-color: #787A7C; /* Gray*/
border: none;
color: white;
border-radius: 5px;
padding: 7px 75px;
text-align: center;
display: inline-block;
font-size: 14px;
</style>
</button>
It's as if all of the style code is being ignored.
Cheers, Ron
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.