Relative Paths issue in Dreamweaver
RWB
Icrontian
Everytime I make a path in Dreamweaver it wants to turn it into an absolute path and it's driving me nuts, I dunno when this started or what I did to do this.
For exmaple linking to my css sheet in the site I am working on now does this....
[PHP] <link href="file:///C|/Documents%20and%20Settings/Drago/My%20Documents/Fusion/website/scripts/site.css" rel="stylesheet" type="text/css" /> [/PHP]
How do I make it so that it does relative paths instead?
For exmaple linking to my css sheet in the site I am working on now does this....
[PHP] <link href="file:///C|/Documents%20and%20Settings/Drago/My%20Documents/Fusion/website/scripts/site.css" rel="stylesheet" type="text/css" /> [/PHP]
How do I make it so that it does relative paths instead?
0
Comments
Then make sure your other folders (images, CSS etc..) are all above it
Not overly helpful, but it might help convince you to move over to Linux eventually