Can someone tell me how to write a link to add a background-image?
I think you would normally do this using the CSS background properties. But your question wasn’t quite detailed enough to know exactly what you are trying to do. Please clarify if you meant something else.
I am trying to add the background image that is on the survey form
Thanks for the clarification. Ya, that form uses the CSS background properties to add the background image. Use your browser’s dev tools inspector to look at the body::before
pseudo-class.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.