Quote:
Originally Posted by EkkoJohnny
Thanks Doitsu
so I go into EACH section (book browser on the left) and paste that line? Bottom ok?
|
No, it needs to be in the
<head> section of the HTML header. E.g.:
PHP Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--... -->
</body>
</html>