no you don't have to necessarily put the file contents in every file code(thats one way to do it). What you can do is link that stylesheet to every web page of yours in the <head> section,here is the syntax for that
<link rel="stylesheet" type="text/css" href="stylesheetname.css">
and make sure if you have the css file present in some other folder than the webpages itself then do mention the directoy while writing the name for referring.
|