View Single Post
  #3  
Old 05-16-2018, 04:44 AM
Lokesh Lokesh is offline
Senior Member
 
Join Date: Jun 2016
Posts: 115
Default

Within the HEAD section of each of the web pages in your website, add a link to the external style sheet. Here's the tag, assuming your style sheet is named mystyle.css:

<link type="text/css" rel="stylesheet" href="style/mystyle.css" />
Reply With Quote