Thread: Multiple CSS
View Single Post
Old 01-13-2011, 06:51 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
You can use as many CSS files as you want, but you have to reference them in the XHTML files. Look for something like:

Code:
<head>
  <title>Part IV &mdash; Chapter XII</title>
  <link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
You can add more <link href="..." /> lines as needed.
Jellby is offline   Reply With Quote