View Single Post
  #3 (permalink)  
Old 10-22-2009, 01:24 PM
pusscat's Avatar
pusscat pusscat is offline
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

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
Reply With Quote