Help.

Status
This thread has been locked.

Whis

..........
Banned
Feedback score
3
Posts
1,134
Reactions
499
Resources
0
Hello, I was making a website, but when some people view it, it does not work for them. It gets all squashed ect. Here is the code:

Code:
<!DOCTYPEHTML>
<html>
   
<head>
<title>
Mitch H's Personal website. <!-- Title of the website -->
</title>
<style>
   
    h1{
       color: #C0C0C0;
       text-align: center;
       letter-spacing: 6px;
       text-shadow: 3px 3px #000000;
       font-size: 150px
    }
   
    h2{
       color: #C0C0C0;
       text-align: center;
       letter-spacing: 4px;
       font-size: 40px;
       text-shadow: 2px 2px #000000;
       font-family: Coronetscript, cursive
       
    }
   
    h6{
       color: white;
       text-align: center;
       position: relative;
       top: 400px 
    }
   
    .twitter{ 
       width: 300px;
       position: relative;    
       height: auto;
       top: 700px;
       left: 8cm;
    } 
   
    .instagram{
       width: 300px;
       height: auto;
       position: relative;
       top: 700px;
       left: 9cm;
    }
   
    .mc-market{
       width: 300px;
       height: auto;
       position: relative;
       top: 700px;
       left: 11cm
    }
   
</style>
   
</head>
<body background="http://i.imgur.com/dj4CBQv.jpg">
<a href="http://www.mc-market.org/"><img class="instagram" src=></a> <!--Twitter Button. -->
<a href="http://www.mc-market.org/"><img class="twitter" src=></a> <!--Instagram Button. -->
<a href="http://www.mc-market.org/"><img class="mc-market" src=></a> <!-- MC-Market Button. -->
   
    <h1>Mitch H.</h1> <!-- Heading -->
    <h2>KappaKing, Business Advisor, Gamer and Brony at heart.</h2> <!-- Sub heading -->
    <h6>Made by BoscoDevelopemnt.</h6> <!-- Please do not remove. -->
       
</body>

</html>
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
What specifically is squashed?
 

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
Everything. http://prnt.sc/b4vazr Works for me, but for other people it does not.
By the look of your photo, the file are corrupt/don't exist, which is strange because when I load it up, it's fine.
What browser are you using and what are they using?[DOUBLEPOST=1463475862][/DOUBLEPOST]
By the look of your photo, the file are corrupt/don't exist, which is strange because when I load it up, it's fine.
What browser are you using and what are they using?
Your Source on the social stuff(src="") is empty, try filling it.
 

Whis

..........
Banned
Feedback score
3
Posts
1,134
Reactions
499
Resources
0
Contact me on Skype, ill help mate.
Contacted
By the look of your photo, the file are corrupt/don't exist, which is strange because when I load it up, it's fine.
What browser are you using and what are they using?
I am using Chrome, not to sure about them.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/whis-scam-report.318086/)

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
By the look of your photo, the file are corrupt/don't exist, which is strange because when I load it up, it's fine.
What browser are you using and what are they using?[DOUBLEPOST=1463475862][/DOUBLEPOST]
Your Source on the social stuff(src="") is empty, try filling it.
/\ Fill your Src
 

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
Fill them with anything atm, that is why it is broke.

1. The webpage tries to load the image. It can't so...
2. It shows the "Can not load" images/box which in-turn...
3. Spaces everything out drastically...
4. Which makes the page look fucked up Kappa
 

Whis

..........
Banned
Feedback score
3
Posts
1,134
Reactions
499
Resources
0
Fill them with anything atm, that is why it is broke.

1. The webpage tries to load the image. It can't so...
2. It shows the "Can not load" images/box which in-turn...
3. Spaces everything out drastically...
4. Which makes the page look fucked up Kappa
Okay Kappa
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/whis-scam-report.318086/)
Status
This thread has been locked.
Top