Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey..

    I’ve just looked at the code on your site and it reads:

    background-image: url('https://www.criticalpassreview.com/wp-content/uploads/2013/07/Lake.jpg');

    The ' characters may be showing up in place of the single quotation ' if you copied and pasted straight from a word doc or similar. In your editor, go back, delete the quotations surrounding the URL, and then type in the single quotations straight from your keyboard.

    In addition, the semi-colon ; should not be inside the bracket. It should only be outside.

    The code should read as follows:

    background-image: url('https://www.criticalpassreview.com/wp-content/uploads/2013/07/Lake.jpg');

    Two small changes but hopefully they’ll make your code work! Let me know if there’s anything else you need help with on this.

    Thread Starter michelewoo

    (@michelewoo)

    Thanks for your help! I finally got it to work by eliminating the single quotes all together.

    Glad you got it working. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I insert a background image?’ is closed to new replies.