Website not showing

Play Now

Frosty

LOMCN Member
Jan 29, 2024
90
7
10
Ok so ive tried to get back into understanding how to make websites, but ive only managed to get some pictures showing on it, and the Slides at the top the pics wont show anyone able to gimme a hand with this please ?
 

Attachments

  • Untitledhelp.jpg
    Untitledhelp.jpg
    736.1 KB · Views: 25

Frosty

LOMCN Member
Jan 29, 2024
90
7
10
Can you show us the HTML for the index ?

Just looks like the image directory is wrong or missing

It works when i load it up on from my folder, but when i put it on my ftp server it dont show, so no idea what im doing wrong
 

Attachments

  • Untitled1111.jpg
    Untitled1111.jpg
    796.4 KB · Views: 17

Jev

Mir 4 Incoming!
VIP
May 16, 2017
5,026
34
3,237
330
Worthing, West Sussex
I wonder if it could be a cache issue.

On the site press SHIFT F5

If that doesn’t work you may need to clear the cache on the webserver itself.
 

Martyn

Smir.co.uk
Staff member
Administrator
Mar 24, 2003
4,095
4
1,006
410
Kent - UK
When I go to the links of the files it does not work

http://thelegendofmir.co.uk/images/slide1.png for example

Code:
            <li>
               <img src="images/slide1.png" width="640" height="385" alt="slide1"/>
               <div class="banner">
                  <div class="title1">The Legend Of Mir2</div>
                  <div class="title2">ChaoticWARz </div>
                  Legend of Mir 2 : ChaoticWARz is a free to play without limitation MMORPG based in an ancient oriental world filled with eerie dungeons and fiery dragons. Hundreds of players fighting side by side, exploring dangerous dungeons and fantastic cities. ChaoticWARz is completely free to play up to any level.
                  <div class="but_wrap">
                     <a href="#" class="button2">read more</a>
                  </div>
               </div>
            </li>

I'd also recommend adding an SSL cert, some browsers will just mark the website as "unsafe" just because of this, I am unsure who you host with but they are usually free with LetsEncrypt.

Also the Mir 2 logo at the bottom looks weird and stretched, change it to something like this.
1736508921912.png

With this
Code:
<img alt="" src="images/Mir2wiki_logo.png" height="70">

1736508902853.png

Also don't worry too much about putting a lot of information on it, I feel like the more simple a website is, the more likely people are to use it.
 

Frosty

LOMCN Member
Jan 29, 2024
90
7
10
Nah it dont seem to be working for me at all >.< gutted as i wanted to get a website up and running to post updates etc etc on the server as i have major plans, also gives me something to do in my spare time

Ive fixed it, i forgot its all case sensitive
 
  • Like
Reactions: Martyn

Martyn

Smir.co.uk
Staff member
Administrator
Mar 24, 2003
4,095
4
1,006
410
Kent - UK
Nah it dont seem to be working for me at all >.< gutted as i wanted to get a website up and running to post updates etc etc on the server as i have major plans, also gives me something to do in my spare time

Ive fixed it, i forgot its all case sensitive
easier to keep everything lower case
 
  • Like
Reactions: Frosty