Jump to content

Hi,

 

I host a website at 000webhost. I recently updated my website with some new pages. One of the pages contains about 5 images. Only 2 of them are loading. If I open the file locally it wil load the images, on the webhost it won't.

 

The page: http://www.thedutchminecrafters.tk/quartzdimension/crafting.html

 

My code:

<html lang="en">
    <head>
        <meta charset="utf-8">
        <link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="../style.css">
        <title> TDMC Web </title>
        <style>
            div#break {
                height: 40%;
            }
        </style>
    </head>
    <body>
        <div class="top">
            <img class="logo" src="../logo.jpg" width="50px" height="50px" align="left">
            <h1> TheDutchMinecrafters</h1>
        </div>
        <ul class="nav">
            <li> <a href="../index.html"> Home </a>
            <li> <a href="../server.html"> TDMC Networks </a>
            <li> <a href="https://www.youtube.com/channel/UCSEvqOIyxnXK5thVh3y36Bg" target="_blank"> YouTube </a>
            <li> <a href="../error.html"> Store </a>
            <li> <a href="../error.html"> Nieuws </a>
            <li> <a href="../thehub/index.html"> The HUB </a>
            <li> <a href="../error.html"> Contact </a>
            <li> <a href="../error.html"> Over </a>
            <li> <a href="../modzone.html"> Modzone </a>
            <li> <a href="../login/javascript_login.html"> Admin Login </a>
        </ul>
        <div id="pageinfo">
            <hr>
            <h2> - QuartzDimension Crafting - </h2>
            <hr>
        </div>
        <div class="page">
            <center>
                <p> Electric Iron: </p>
                <img src="crafting/electric_iron.png">
                <p> Glowstone Dust + Iron Ingot </p>
                <br>
                <p> Electric Quartz Part </p>
                <img src="crafting/quartz_part.png">
                <p> Electric Iron + Quartz + Electric Tool </p>
                <br>
                <p> Electric Tool </p>
                <img src="crafting/electric_tool.png">
                <p> Electric Iron + Redstone Block </p>
                <br>
                <p> Electric Quartz </p>
                <img src="crafting/electric_quartz.png">
                <p> Electric Quartz Part + Electric Tool </p>
                <br>
                <p> Electric Igniter <p>
                <img src="crafting/electric_igniter.png">
                <p> Cook a Electric Tool in a furnace </p>
            </center
        </div>
        <div id="break">
        </div>
        <footer class="footer">
            <p> Text by Lumarist, Designd and written by Tobias de Bruijn </p>
            <hr>
            <p> © Copyright 2017 - TheDutchMinecrafters </p>
        </footer>
    </body>
</html>

 

Thanks for the help!
            

Edited by TobiZY
Link to comment
https://linustechtips.com/topic/762769-some-images-not-loading-html-website/
Share on other sites

Link to post
Share on other sites

******If you paste in text into your post, please click the "remove formatting" button for night theme users.******

CPU- Intel 6700k OC to 4.69 Ghz GPU- NVidia Geforce GTX 970 (MSI) RAM- 16gb DDR4 2400 SSD-2x500gb samsung 850 EVO(SATA) Raid 0 HDD- 2tb Seagate Case- H440 Red w/ custom lighting Motherboard - MSI Z170 Gaming A OS- Windows 10 Mouse- Razer Naga Epic Chroma, Final Mouse 2016 turney proKeyboard- Corsair k70 Cherry MX brown

Link to post
Share on other sites

13 minutes ago, TobiZY said:

Hi,

 

 

 

Thanks for the help!
            



only image not showing for me is this one : 

 

src="crafting/electric_tool.png"

 

 

also, do you know CSS ?

please don'T use <br> xD

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×