Lordof themanor 2 Posted April 13, 2020 Posted April 13, 2020 Hey all, I was wondering if anyone could help with adding a button to the login screen I've managed to create a button and name it but i cant get it to open the link. I've enclosed a snap shot of the button.
rechigo 294 Posted April 13, 2020 Posted April 13, 2020 (edited) It's impossible to tell what's wrong without looking at your code, but you should do something like this: <a is="emby-linkbutton" href="https://google.com" target="_blank" type="button" class="raised block btnSelectServer"> <span>Whatever Button</span> </a> the href attribute is the URL to open target="_blank" will open it in a new tab, you can remove that if you want Edited April 13, 2020 by rechigo 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now