Jack,
Spelling is of course crucial, but the "Case" is absolutely crucial.
Incorrect and all is ignored.
This is one of my external css links. I usually keep my css in root directory.
<link href="stylemain.css" rel="stylesheet" type="text/css" >
Your original link reads
<link rel="stylesheet" type="text/css" href="css/basic.css" />
Try this out. move your css file to root directory first.
<link href="basic.css" rel="stylesheet" type="text/css" >
FWIW dont expect this to work.
I an neophyte compared to many of you folks, but do think this might work for you.
Leave the new link edit in place and replace your existing css file with this.
body {
background: #CCFFFF;
font-family: Arial, Courier New, Sans-serif;
font-weight: 600;
font-style: normal;
text-indent: 10px;
line-height: 18px; text-align: left; }
H1 { color: #0000FF;
font-family: Georgia; }
H2 { color: #FF0000;
font-family: Georgia; }
#content { background: #993366; }
.p { margin-left: 10px; margin-right: 10px; margin-width: 80%; }
This comment not part of the css file.
Am rusty at all the css syntax, but thing this should be OK.
I have to re-format for troubleshooting reasons into this type of format.
Purely a personal choice.
I also use a non CC edit program called NotePad++ excellent free, safe software.
Hope I'm not barred from the club for that comment.
Good luck,
Frank
"Our Home is Over the next Hill" Johnny Cash