View Single Post
Old 12-15-2016, 06:06 PM   #11
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,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by AnisioLemos View Post
These days I noticed something, I tried to use Sigil to link the endnotes and used the buttons to make IDs and links. Making it this way apparently make the html code disapear and add spaces and more spaces through the link making. Making the links in html don't do that.
I can't reproduce this issue either. Entering text in Book View mode, will occasionally add non-breaking spaces ( ), but usually won't delete HTML code unless you highlight existing text and overtype it. (It can also happen if you select and overtype text that spans multiple paragraphs.)

It would really help if you provided step by step instructions to reproduce this issue. Without them the developers can't really do anything about this.

As an example, here are step by step instructions to test the Insert Link toolbar button:

1. Create an epub.
2. Right click Section0001.xhtml and select Add Blank HTML File.
3. Select Section0002.xhtml in the Book Browser and switch to Book View mode.
4. Enter This is a test., highlight test, click the Insert Link toolbar button and select Section0001.xhtml. Switch to Code View mode and compare your code with the following code:
Spoiler:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>This is a&nbsp;<a href="../Text/Section0001.xhtml">test</a>.</p>
</body>
</html>


Follow the above steps and post your code if it differs significantly. If you used a different method to insert links in Book View mode, post all of your steps.
Doitsu is offline   Reply With Quote