tomnjerry74 97 Posted July 13, 2020 Posted July 13, 2020 Hello, Does anyone know if it's possible to add a button under the "Sign In" one pictured below that looks exactly like it but points to a url. I've tried adding one in manuallogin.html but it treats it as a second sign in button. To be specific, this is what I already tried: <a href="mylink.com"> <button is="emby-button" class="raised block paperSubmit"> <span>Forum</span> </button> </a>
Solution Happy2Play 9448 Posted July 13, 2020 Solution Posted July 13, 2020 Not css but edit manuallogin.html add something like this <a is="emby-button" class="raised block emby-button" href="https://emby.media/community" target="_blank">Forum</a> 1
tomnjerry74 97 Posted July 13, 2020 Author Posted July 13, 2020 31 minutes ago, Happy2Play said: Not css but edit manuallogin.html add something like this <a is="emby-button" class="raised block emby-button" href="https://emby.media/community" target="_blank">Forum</a> Worked perfect, thank you!!
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