Retro Madden is an all pro sim league built from a bunch of competitive users in a couple different leagues. We’re searching for contenders to join us in our inaugural season! Check us out at http://daddyleagues.com/retro/rules and see what we’re all about! We have 16 spots open and we will be selecting teams in a random order as we fill up. We use discord to communicate. We advance every 48 hours. We’ll be starting with five rounds of the 2018 draft using real rookies! Feel free to DM on here if you’re interested. Can’t wait to see you on the field!
Hi there, how do I change the background image of my league? I'm sort of new to HTML but was able to change my banner without any issues. In particular, what does this section of code do, and how would I go about changing it? Thanks
body {
background-image:url('/img/nfl/stadiumbg.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-position:center top;
background-color:#000000;
}
Anyway to get this to work for iPhone? Didn't realize EA could fuck the simplest of things up.