I cant believe I have never done this before I have a site set and working fine I am putting in a members area of which the directory is mysite.com/members Now all css files are in the first directory (or folder) that my domain points to and my images file is there too mysite.com/images. Is there anyway I can link the folders to the parent folder so it will read the css and images or do I need to transfer the images folder to the members folder Thanks
no you can leave them in the root folder try using "../styles.css" in your head tags linking the CSS and same for the Images. If this doesn't work you can always use the full URL of the folders and files.
The current folder is ./ The parent folder is ../ The parent folder's parent folder is ../../ (etc.) The root folder of the site is /
Yes. You can make outside of the directory but, you must have to change the path where you will point the image and css file.