Hi there, I'm having some trouble with my HTML code. I haven't even started building my website because I can't seem to connect it to the CSS file, and I have no idea why. I'm using Aptana Studio 3 by the way.
<head>
<title>blah blah blah</title>
<link rel="stylesheet" type="text/css" href="website/style.css" />
</head>
<body>
<h1>blah blah blah</h1>
<div>Just a row of information. Yeah nothing more </div>
</body>
I've tried looking at similar questions but nothing has worked for me so far. I believe they need to be in the same root folder to be linked correctly, right? I'm new to this, and I didn't expect to run into so many issues already.