0
Answered

CSS problems

Firelight1230 10 years ago updated by Alexander Blach (Developer) 10 years ago 2
1. To create a CSS file with syntax highlighting, do you leave the template blank and put .css as the extension?

2. As this is what I have been doing, it is not linking to my HTML document. 

Help?
Under review
Hello,

1.) yes, you can just create a new file with a .css file extension
2.) you can add a link to your CSS file like this:

<link rel="stylesheet" href="example.css" type="text/css" />