10-21-2025, 07:58 AM
|
#16
|
|
Resident Curmudgeon
Posts: 80,746
Karma: 150249619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Originally Posted by Karellen
Yep, that is exactly what I mean. In addition you will also need the <title> tag.
So, at the top of the page you would add...
PHP Code:
<head>
<title>page title goes here</title>
<link rel="stylesheet" type="text/css" href="../Styles/stylesheet.css"/>
</head>
Strange that the books have that missing. Some sort of conversion gone wrong, maybe?
|
That should be <title>book title goes here</title>
|
|
|