Tuesday, 1 October 2013

Where to put CSS when including a php file?

Where to put CSS when including a php file?

I have content in an HTML file that I would like to appear on several
pages of my website. At the moment I load the file in this manner where it
is needed in the body of each page. I want the style of the content to be
the same on each page but I am unsure of where to place the CSS, in the of
the page containing the content, or in the of the page in which it is
loaded. Also, is this the best way to include a file with only HTML
content?

No comments:

Post a Comment