I've uploaded all my html pages, css and supporting files to Bluehost. Everything works locally - I know this is no guarantee it will work once it gets on the server. The CSS file (which is in the same directory as index.html) successfully uploads to the server (I've checked to make sure it's the same) but, when I visit the page on the web it displays incorrectly. I "view page source" and then click on the link to the .css near the top of the page. When it displays it shows what appears to be the old .css. There is no other .css file in the public_html folder. The web page links to this .css
/*
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 ;
}
#tswcssbuttons li {
margin: 0 ;
padding: 0 ;
display: block ;
list-style: none ;
font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
color: #000000 ;
background-color: #667669 ;
border: 1px outset #000000 ;
text-decoration: none ;
display: block ;
}
#tswcssbuttons li a:hover {
color: #ffffff ;
background-color: #000000 ;
}
However both my local copy and the uploaded copy have this additional code at the bottom but it's 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 in the file is as it appears here. Any help would be appreciated. Thanks.