How can I install css and js files to server

Status
Not open for further replies.

nguyenk

New Member
Messages
2
Reaction score
0
Points
0
The script im using works on my computer, yet when it upload to css and js files, the html page does not display the script part.
 

teft90

New Member
Messages
39
Reaction score
0
Points
0
its not about free hosting but about scripting... make sure to use the correct path to use the scripts ;) and ask to move this post where its supposed to be

see ya
 

Legostylist

New Member
Messages
38
Reaction score
0
Points
0
its not about free hosting but about scripting... make sure to use the correct path to use the scripts ;) and ask to move this post where its supposed to be

see ya

Thats not helping.. plus i want to know this too!
 

Xemnas

New Member
Messages
812
Reaction score
0
Points
0
Is the page still on your site, and if so where is it located? What does the JS script do? And in your HTML page, are you using:
HTML:
<link rel="stylesheet" type="text/css" href="mystyle.css" />
where mystyle.css is the relative path and filename of your CSS file?
 
Last edited:

port5900

New Member
Messages
150
Reaction score
0
Points
0
just up load them to the www directory on the server
keep the same directory structure as you do on your computer
 

nguyenk

New Member
Messages
2
Reaction score
0
Points
0
ok thanks for the help, yeah, I moved the files to the www. folder and out of the cgi-bin and it worked
 

The_X

New Member
Messages
16
Reaction score
0
Points
0
just keep the same directory format and you should be fine.
 
Status
Not open for further replies.
Top