Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html incliude all css from folder

<link href="master.css" type="text/css" />

In the master.css import other styles:

@import url(style1.css);
@import url(style2.css);
@import url(style3.css);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #incliude #css #folder
ADD COMMENT
Topic
Name
3+4 =