Thread: Css Stylesheet
View Single Post
(#6 (permalink))
Old
Devastator Devastator is offline
Member
Devastator is on a distinguished road
 
Posts: 50
Join Date: Aug 2008
Default 09-08-2008, 02:53 AM

Quote:
Originally Posted by lenwhistler View Post
  • 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.
Reply With Quote