View Single Post
Old 01-01-2023, 08:41 PM   #506
Miq 528
Junior Member
Miq 528 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2023
Device: Kindle 7th
Setting exceptions to the hyphenation.

Hello, I am going to self publish a book and this plugin will improve it a lot, thank you.

I can touch some things in the html, but my relative ignorance makes me ask this: How can I tag a phrase or word that I want to not being hyphenated?

In the configuration of your plugin I have seen that of:

"Comma separated list of tags to:
Ignore
h1, h2, h3"

I don't know how to put this into the html, but I think that with one example would be enough, here is the (shortened) Calibre html of the title page, could you put there that tag for that the title and the "Author's name" not be hyphenated?
Thank you.
Miqbenn.


<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<title>Unknown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<link rel="stylesheet" type="text/css" href="page_styles.css"/>
</head>
<body class="calibre">
<p class="block_">*</p>
<p class="block_1">The Daughter of the Artisan</p>
<p class="block_1">Author's name</p>
<p class="block_">*</p>
</body></html>
Miq 528 is offline   Reply With Quote