I can't get my css file to be read correctly my the html page. Its something simple and related to the path.
This is what I currently have in the html file
<link rel="stylesheet" href="/css/foundation.css" type="text/css" media="screen" />
This is the domain
http://crea8tion.com/PU2/index.html
Can someone help me with the correct file path?
When i place the css file in the same location of the index.html file it works, but that isn't the ideal solution