CSS Not Rendered Correctly #13
Closed
sms-hubgit
started this conversation in
General
Replies: 1 comment
-
Thanks! Fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In your code example the last ' is missing for the url statement
#my-image { background-image: url('<?php echo $image_src[0]; ?>)
Should read
#my-image { background-image: url('<?php echo $image_src[0]; ?>')
Beta Was this translation helpful? Give feedback.
All reactions