View Single Post
Old 03-27-2012, 01:31 PM   #12
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,727
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by EkkoJohnny View Post
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
Doitsu is offline   Reply With Quote