Having problem with uploading background image and images on my certification project

**Tell us **
Am using chrome browser, and I wanted to upload images and also use image as background for my certification project but the image won’t(show) respond.

Your code so far

\ file: 

<html>
<head>
<link rel="stylesheet"  href="styles.css" 
</head>
<body>
</body>
</html>
\ file: 

body{
Background:url("download.jpeg);
}

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO LA7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.114 Mobile Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

Are you trying to use a local file as a background image?
You have to use images from the web or use some website to host your image.

How can I use image from the web and if I want to Host it from another site can I use app like trebedict?

Yes am using a locally file. So how can I use image from the web or Host it from other websites or possibly can I use app to everything

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.