Quantcast
How to change background image - by TheDinerIsOpen on 2018-04-09 01:46:31
TheDinerIsOpen on 2018-04-09 01:46:31
2 Posts
Since 8 years ago

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;
}

Last edited by TheDinerIsOpen (1523383266)

UglySmuggler on 2018-05-26 07:03:24
3 Posts
Since 9 years ago

If you want your background as a image replace the link in that code in ur post to a website of the image you want..!  If you want your background to be a certain color then replace the link with the word "transparent" then delete background-color: #000000"; and replace with background: #000000;

buffalosam483 on 2018-08-27 19:02:58
44 Posts
Since 12 years ago

@uglysmuggler can u do my page I'll pay

Pegasus9585 on 2018-08-31 12:12:51
3 Posts
Since 8 years ago

This is the line that seems to be the top image. Still not sure how to put my own url in it though

<img src='/img/daddyleaguesmadden.jpg'>

My image url https://ibb.co/dO2MFK

Last edited by Pegasus9585 (1535717641)

Make sure you have read the forum rules before posting