Skip to main content

We are trying to add an advertising tag as the full background to a sign in page (see attached Yahoo page with the Dodge Ram truck ad in the background).

Here is the page > https://textfree.us/lp-tfw-signup2-background-ad-test1/

We’ve added the tags in the Javascript section (header and before end, but it is only showing up in the upper right section of the page.

Do anyone know how to add it so that it covers the whole page as the background?

 


@Brook Hey, did you try with something like this?

​​​​

body #your_ad_ID {
background: url('URL_TO_YOUR_AD_IMAGE') no-repeat center center fixed;
background-size: cover;
}

You can add your ad id there and image link to see if it works or not?


Reply