jennifer Posted July 12, 2020 Share Posted July 12, 2020 Obviously I am a beginner. So, am I crazy or does the instructions for the background image just not work. I have done it as instructed about 20 times and the image does not carry over. Not even the placemark that sometimes comes over when a browser cant find it. Nothing comes over. What am I doing wrong? Link to comment Share on other sites More sharing options...
shaili_shah Posted July 17, 2020 Share Posted July 17, 2020 For background in html and css use background-image: url(" "); You can use another properties like background-attachment, background-repeat, background-blend-mode etc along with this. If there is still query then show me your code. I hope it'll be helpfull. Thanks! Link to comment Share on other sites More sharing options...
kumkum Posted August 11, 2020 Share Posted August 11, 2020 You can check below program to change background image. You can also use various properties for this tag. <HTML> <HEAD> <TITLE> Here title of your website </TITLE> </HEAD> <BODY> background-image: url("image.jpg"); </BODY> </HTML> Link to comment Share on other sites More sharing options...
dsonesuk Posted August 11, 2020 Share Posted August 11, 2020 Hahaha you gotta laugh 🤣 guide cat instead of guide dog leading the blind. Link to comment Share on other sites More sharing options...
kumkum Posted August 12, 2020 Share Posted August 12, 2020 Then, can you guide us instead of laugh. Link to comment Share on other sites More sharing options...
dsonesuk Posted August 12, 2020 Share Posted August 12, 2020 Can you not go to w3schools.com as in 'schools' where you have tutorials, explanations of using the basics of CSS and LEARN how to do it yourself? So you will then learn why style tags, selectors, are required and you don't end up with only 'background-image: url("image.jpg");' text on a page. Link to comment Share on other sites More sharing options...
ibanezgio4201985 Posted August 15, 2020 Share Posted August 15, 2020 try an = instead of - Link to comment Share on other sites More sharing options...
dsonesuk Posted August 17, 2020 Share Posted August 17, 2020 On 8/15/2020 at 3:34 AM, ibanezgio4201985 said: try an = instead of - Just when you thought it could not get MORE idiotic. Please guys look at tutorials, you're embarrassing yourselves. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now