Ok am bit confuzzled as I say
looking at the head section of the html mine is different to what you have
this is yours
<link href="style.css" rel="stylesheet" type="text/css" />
this is what is in my head section
<link rel="Stylesheet" type="text/css" href="notes.css" />
the css file is in the same folder as the folder for images is so would that then auto link to the images for the pages ?
Would the highlighted part of the link below be where I put the link to the css or would i just link to the folder somehow ?
<link rel="Stylesheet" type="text/css" href="notes.css" />
Thanks
Angie
|