I have just purchased a web hosting at Inmotion. I have uploaded my website via FileZilla. I updated my website yesterday. It appeared exactly as I wanted it to appear on my computer. When I uploaded it, I was surprised to see that one pic is missing and the other one is overlaps the text . Both my index.html and my Css style sheet have been validated. I don’t understand why.
Note to the moderators:If I’m posting in the wrong forum, please feel free to move my thread.
This is my Css style sheet
a {
font-style: italic;
}
a:link {
color: gray;
}
a:visited {
color: green;
}
a:hover {
text-decoration: none;
color: white;
background-color: navy;
}
a:active {
color: aqua;
background-color: navy;
}
#menu
{
width:148px;
height:350px;
margin: 25px;
margin-top: 2px;
padding:25px;
padding-left:10px;
background-color: #ffffe0;
float: left;
}
h1
{
font-family: Arial, Georgia, Verdana, Serif;
color: #daa520;
margin-left: 250px;
}
h2
{
font-family: Arial, Georgia, Verdana, Serif;
color: #daa520;
text-align: center;
position: relative;
bottom: 10px;
padding-top: 25px;
padding-bottom: 0px;
}
blockquote
{
font-style: italic;
padding-top: 50px;
background-color: #eedd82;
padding: 25px;
}
#toppic
{
margin-top: 0px;
}
p
{
padding: 20px;
background-color: #fafad2;
}
.list
{
background-color: #fafad2;
padding:25px;
padding-left: 25px;
padding-top: 25px;
}
#corps
{
width: 1000px;
background-color: #ffffe0;
margin-bottom: 150px;
margin-left: 210px;
top:225px;
text-align: justify;
}
#footing
{
background-color: #daa520;
border: 2px solid black;
}
#pic2
{
float:right;
}
And this is my website URL
Any help will be appreciated.