Problem:
I have .html pages, they all work perfectly when you go to them directly (type them via your URL bar) yet when I click a link from the site, the whole CSS dissapears, so all images, styles etc. arn't shown and is just plain text running downwards. It could be a problem with the actual types URL (could it be because I have a / at the end of the link?)
All Help will be appreciated.
Problem Solved. Resolve: The '/' was un-needed since it was not a directory.
If your URL does not follow to any other pages of your site it will not work
i.e. "http://www.yoursite.com/thenonproblemedpage/followed%20links%20in%20directory"
So this means that "http://www.yoursite.com/thenonproblemedpage/" would work fine, yet if it had no other files in the directory it would become a broken link and will ignore styles.
