Hi,
I have been updated our works website and have put some pages into a NEW FOLDER. That worked fine but they dont link to the images or the .css
If you imainge the website is set out as follows
www.site.net
/images
/common
/NEW FOLDER
default.css
index.html
etc.html
In the NEW FOLDER, how do I get the pages to point to the css in the root? Currently is has
Thanks for any help
Mark
I have been updated our works website and have put some pages into a NEW FOLDER. That worked fine but they dont link to the images or the .css
If you imainge the website is set out as follows
www.site.net
/images
/common
/NEW FOLDER
default.css
index.html
etc.html
In the NEW FOLDER, how do I get the pages to point to the css in the root? Currently is has
Code:
<link href="//default.css" rel="stylesheet" type="text/css">
Thanks for any help
Mark