I have transferred all my HTML pages, CSS, and supporting files to Bluehost. While everything works fine locally, there seems to be an issue once it's on the server. The CSS file, located in the same directory as index.html, uploads successfully to the server, but when I view the page online, it displays incorrectly. Upon checking the source code and clicking on the .css link, it seems to show the old .css file. There are no other .css files in the public_html folder that the web page links to.
/*
tswnavbar.css 1.2.1
Please use the Navigation Menu Wizard at
to generate your own customized menu buttons.
*/
#tswcssbuttons {
width: 140px ;
text-align: center ;
line-height: 30px;
}
#tswcssbuttons ul {
margin: 0 ;
padding: 0 ;
list-style: none ;
}
...
Both my local and uploaded copies contain additional code at the bottom, but this part is not showing up in the linked copy.
#social-media {
float: right ;
}
#social-media ul li {
display: inline ;
}
#social-media ul {
padding-top: 10px ;
}
The formatting of the file is exactly as shown here. Any assistance would be greatly appreciated. Thank you.