Jump to content

Sperate File


jnf555

Recommended Posts

You can reference CSS stored in a separate file using the <link /> tag, as such:

<link rel="stylesheet" type="text/css" href="file.css" />

For more general inclusion have a look at a server-side function such as PHP's include construct.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...