What can I do to reckognise the basic.css file?
I'm working with the Adobe Dreamweaver CS6. From Site > New Site I've set the Local Site Folder to
C:\Progress\beginning_css3_master\beg-css3-master\
My css file is at the following path:
C:\Progress\beginning_css3_master\beg-css3-master\44738_ch02_files\ch02\begin\css\basic.css
I've attached the basic.css style sheet by adding the following <link> tag just before the closing </head> tag in basic.html:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Basic CSS Selectors</title>
<link href="css/basic.css" type="text/css" "rel=stylesheet">
</head>
But the basic.css styles doesn't affect the HTML markup.
My desire is to keep he following path, but anyway what can I do to reckognise the basic.css file?
C:\Progress\beginning_css3_master\beg-css3-master\44738_ch02_files\ch02\begin\css\basic.css
