• Loading Screen hints repositioning
    2 replies, posted
Hi there, I currently have a code on my loading screen to show random hints while a player is loading the server. [CODE] </div> <div style='position: bottom; bottom: 0; right: 0; bottom: 0; left: 0; width: 20%; height: 0%; margin: auto; overflow: visible;'> <div id='loadingtext' style='margin-bottom: 1px; color: white; font-family: BebasNeueRegular; font-size: 20px; font-weight: ;'>Loading Text..</div> </div> </center>[/CODE] However, it's currently in the top center of the page and I need it to be at the bottom center, does anyone know what I have to change for this?
[code]style='position: absolute; bottom: 5px; right: 5px; width: 20%; height: 100px;'[/code]
That works great, thank you very much Robotboy!
Sorry, you need to Log In to post a reply to this thread.