I have a number of footnotes that contain long URL's. These long URL's force an empty line and extend past the right margin. (image)
I have read both Mozilla and W3Schools and the <wbr> seems pretty easy to use, but both the Calibre Check Book and the EpubCheck plugin flag this use as an error.
https://developer.mozilla.org/en-US/...ML/Element/wbr
https://www.w3schools.com/tags/tag_wbr.asp
This is how I have used it...
PHP Code:
<p class="footnote"><a id="p05c60j" href="p05c60.xhtml#p05c60i">§</a> http://news.bbc.co.uk/<wbr>1/hi/in_depth/<wbr>sci_tech/<wbr>2002/<wbr>leicester_2002/<wbr>partx2253636.stm. The BBC gives no scientific reference for the eight-degree claim.</p>
Could someone please help me understand how to use
<wbr> correctly.
Thanks