Using a Style Sheet on Multiple Pages

There are several ways to include a Style Sheet on your page.

1. Insert Style Sheet in the head section of every page

2. Call a Style Sheet with PHP, but will get to that later.


3. Make a file in your directory with your Style Sheet Code,

Name the file with the .css ending.
You can name it anything you want, but needs to end in .css
style.css my.css style1.css

Then place the command below
(replace with your url/file name)
in the Head Section of your pages to call for the Style Sheet:



No comments:

Post a Comment

Leave A Comment