Just a warning to anyone who uses FrontPage to edit their frame file. It will 'fix' the url paths and mess up your checkout display.
For example when you 'view source' on your frame file it reads something like this at the top....
<LINK REL="StyleSheet" HREF="assets/templates/layout4/css/layout4_orange_blue.css" TYPE="text/css" MEDIA="screen">
But everytime you edit the file, FP will change it to....
<LINK REL="StyleSheet" HREF="../../../assets/templates/layout4/css/layout4_orange_blue.css" TYPE="text/css" MEDIA="screen">
...adding in all the extra ../../../
All you need to do is remove the extra stuff before you upload and all will be well. I'm told there is a setting you can change in FP and it won't change the paths but I have yet to find it. If anyone knows... do tell! In the mean time.... Dreamweaver....here I come...lol.
Thanks
For example when you 'view source' on your frame file it reads something like this at the top....
<LINK REL="StyleSheet" HREF="assets/templates/layout4/css/layout4_orange_blue.css" TYPE="text/css" MEDIA="screen">
But everytime you edit the file, FP will change it to....
<LINK REL="StyleSheet" HREF="../../../assets/templates/layout4/css/layout4_orange_blue.css" TYPE="text/css" MEDIA="screen">
...adding in all the extra ../../../
All you need to do is remove the extra stuff before you upload and all will be well. I'm told there is a setting you can change in FP and it won't change the paths but I have yet to find it. If anyone knows... do tell! In the mean time.... Dreamweaver....here I come...lol.
Thanks
Comment