Adding a watermark to a page
So I'm supposed to duplicate the exact same code I already have in the CSS file, expect prefacing this time with #startscreen? Here's what I now have in my CSS file:
[dsid="mobilecontainer"]
{
background-image:url("http://xyz.com/sbi-coach/images/water...");
background-repeat:no-repeat;
background-size:cover;
}
#startscreen
[dsid="mobilecontainer"]
{
background-image:url("http://xyz.com/sbi-coach/images/water...");
background-repeat:no-repeat;
background-size:cover;
}
If that's correct, it has no effect on the app.