Thread: Css Stylesheet
View Single Post
(#2 (permalink))
Old
lenwhistler's Avatar
lenwhistler lenwhistler is offline
Senior Member
lenwhistler is on a distinguished road
 
Posts: 161
Join Date: Jul 2008
Location: Vancouver, Canada
Default 09-07-2008, 10:36 PM

  • Buy a HTML/CSS book.
  • 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">.


------
Reply With Quote