AmyN Posted September 26, 2022 Posted September 26, 2022 Site URL: https://raeraeoflight.org/the-beat-goes-on Hello, I am a beginner and not very good with HTML. I'd like to add an image to my post-submit form but have no idea how to construct the HTML. I have an image ready. Can anyone walk me through the steps? Hopefully it's not too complex! thank you in advance.
tuanphan Posted September 27, 2022 Posted September 27, 2022 Add image to above or under message? Small or big image Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Solution tuanphan Posted September 28, 2022 Solution Posted September 28, 2022 18 hours ago, AmyN said: small image below the text Add to Design > Custom CSS div#page-section-62b1f155094a6840d73319c3 .form-submission-text:after { content: ""; background-image: url(https://cdn.pixabay.com/photo/2022/05/21/09/30/cat-7211080__480.jpg); background-size: contain; display: block; width: 100px; height: 50px; background-repeat: no-repeat; background-position: center center; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
AmyN Posted September 28, 2022 Author Posted September 28, 2022 6 hours ago, tuanphan said: Add to Design > Custom CSS div#page-section-62b1f155094a6840d73319c3 .form-submission-text:after { content: ""; background-image: url(https://cdn.pixabay.com/photo/2022/05/21/09/30/cat-7211080__480.jpg); background-size: contain; display: block; width: 100px; height: 50px; background-repeat: no-repeat; background-position: center center; } Thank you so much for the help! Very much appreciated! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment