Got question? New at using GO Live, I'm sure alot of you know how it works.
Here what I'm tring to do!
our CSS code is done in Go live
I've made a copy of our CSS file, it was named "style.css"
I made a copy named"style1.css"
I went in out Javascript/DHTML for our site and also made a copy
original "index.htm"
copy "index1.htm"
here the original line of code
<link rel="stylesheet" title="default" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"style.css">
this is what I changed it to
<link rel="stylesheet" title="default" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"style1.css">
It's all been saved, but it won't link up? I'm doing this so I can work on changes on the site and not do them live.
Any help would be great
Thanksjust a second here? it won't work when I view it on the net, but it seem to be working if I look at it in Dreamweaver splite screen, Why?If you're using Windows for an Operating system, check the spelling of the file. Windows computers are not case sensitive when it comes to file names, whereas Unix and Linux operating systems are case sensitive. And most Web servers are running Unix or Linux.
Secondly, make sure index1.html and style1.css are in the same directory.
Outside of that, we can't do anything until you post the HTML and CSS for the page.
Here what I'm tring to do!
our CSS code is done in Go live
I've made a copy of our CSS file, it was named "style.css"
I made a copy named"style1.css"
I went in out Javascript/DHTML for our site and also made a copy
original "index.htm"
copy "index1.htm"
here the original line of code
<link rel="stylesheet" title="default" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"style.css">
this is what I changed it to
<link rel="stylesheet" title="default" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"style1.css">
It's all been saved, but it won't link up? I'm doing this so I can work on changes on the site and not do them live.
Any help would be great
Thanksjust a second here? it won't work when I view it on the net, but it seem to be working if I look at it in Dreamweaver splite screen, Why?If you're using Windows for an Operating system, check the spelling of the file. Windows computers are not case sensitive when it comes to file names, whereas Unix and Linux operating systems are case sensitive. And most Web servers are running Unix or Linux.
Secondly, make sure index1.html and style1.css are in the same directory.
Outside of that, we can't do anything until you post the HTML and CSS for the page.