When I upload files my my css does not seem to be recognised so my page is all scuif

Status
Not open for further replies.

nigelatcisco26

New Member
Messages
4
Reaction score
0
Points
0
Hi I have uploaded all my files for my site using ftp but when I veiewed my site my page is a mess. Now I know my page works because I have tested it elsewhere, and I can veiw it perfectley on my local machine. I am wandering if I have overlooked the obvious some how. Do you have any possible idea on what it could be.
Regards Nige.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Re: When I upload files my my css does not seem to be recognised so my page is all sc

What is your website?
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
Re: When I upload files my my css does not seem to be recognised so my page is all sc

Here's your problem:
<link href="file:///C|/Users/master/Documents/Websites/2c-lc-static-presentation.css" rel="stylesheet" type="text/css" />
<link href="file:///C|/Users/master/Documents/Websites/2c-lc-static-layout.css" rel="stylesheet" type="text/css" />
You are still using local file paths on a live website, meaning that it cannot be loaded. What you need to do to fix it is change every path in your site to the new root domain or use relative paths.
 
Status
Not open for further replies.
Top