• Resolved FunToBeGay

    (@funtobegay)


    Hi asgaros,

    Thanks for a very nice plugin.

    Anyhow, I tries to load a background-image on the writing area. Funny, it only shown from the firebug mode ONLY, it doesn’t show on the front-end of it? Can you tell me why is that? What’s the correct CSS to trigger the background-image ?

    This is what I used for the CSS.
    iframe#message_ifr
    {
    background-image:url(“https://mysite.com/writing.jpg”) !important
    }

    Please help, Thank much.

    • This topic was modified 3 years, 9 months ago by FunToBeGay. Reason: Added words
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @funtobegay

    Can you try the following code:

    iframe#message_ifr {
      background-image: url("https://mysite.com/writing.jpg") !important;
    }
    Thread Starter FunToBeGay

    (@funtobegay)

    Hi Asgaros,

    Somehow, i typed IT too fast and didn’t check before submit. it showed this jpg” LOL That’s what i meant, the double quote jpg”

    iframe#message_ifr {
    background-image: url(“https://mysite.com/writing.jpg”) !important;
    }

    The image is NOT displaying?

    Any other CSS or functions you can help to trigger it/?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JPG on the writing area’ is closed to new replies.