Quote:
Originally Posted by lenwhistler
- Create a file called style.css.
- Edit it in Notepad.
- Upload it to the same folder has your index file.
- Link it with this meta tag: <link rel="stylesheet" href="style.css" type="text/css">.
|
This is essentially the information that you're looking for. You're really just making things much more complicated by asking the same question in different ways. <link> tags are placed within the <head> section of a document.