Why wont my website show up? [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I have create my website and have a domain but when I type the domain name into the browser I get some weird page. I am using 000webhosting and just uploaded the files and they said they were good. I am not sure what is the problem but here is the link
hudsonreamer.com
Hopefully I can get some help
Thanks a lot for the help

Check your DNS/Nameserver records to link files to domain.
Not really covered here however you may want to watch a youtube tutorial on setting up a hosted website.

Related

Background image not loading on web [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I have a website where it doesn't load the background images; however, it does load when I run it on my local host. Its only when I upload it to the web where it doesn't load. Not sure where the problem might be.
The problem is almost 100% in your image path.
I can't really help you untill I see the code, but one thing you can try is to add / in front of the folder and file names.
For example, if your image path on localhost is images/myImage.jpg, try to replace it with /images/myImage.jpg and see if it changes !

HTML - Display specific image by clicking button [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I've tried a couple hours to fix my issue, but I'm confused about the Keyword to find it
I've see a link that can show specific images like this :
what's the keyword of this method?
This seems pretty vague, but you could use Isotope for the functionality you are looking for. It might be overkill, but it will allow you to build out what you have in your screenshot.
https://isotope.metafizzy.co/filtering.html
There is a getting started area to jumpstart you into building it out too:
https://isotope.metafizzy.co/#getting-started

Images are not showing [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm using this template, and when I upload it to my domain just to test it, the images are not showing, as you can see it here. The website should look like the demo.
You can download the template to your self, I would have liked to make a pastebin for you guys, but I don't have 10 reputation.
So what you guys think is the problem?
While it is the best to correct url("../images/banner.jpg") of #banner, if you still only want the background image, put background-image: url("http://templated.co/items/demos/ion/images/banner.jpg");

How to use images on my website from my computer [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I want to be able to use my pictures on my computer and put it into my html code .
I have done this but on my website it comes up as broken image.
How would I do it so that other people would be able to see the images on my website.
Thanks
First of you can't see your image without upload it.It's normal to see as a broken image.So you have to upload it.Filezilla will help you to upload it into your server.After you upload it change your local img path to server img path and it will fix your problem.No need to upload on the same folder but just upload it into your server

Hyperlinks on my website are not working [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Just tried to make a little website from scratch (i'm a beginner) but weirdly my hyperlinks aren't working at the bottom of the page .. What am I doing wrong?
Thank you.
Here is my code (couldn't paste it in here correctly sorry) : http://www.mediafire.com/view/bl7104l8q8plbvm/shutterbug.txt
Your link tags are:
Facebook
A link with href="#" redirects to the current URL. Try changing it to:
Facebook