我正在尝试让脚注包含图像。
弹出的作品,有一个适合图像大小的空间,但图像本身不显示。
这是一个屏幕截图,后面是代码。
<?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" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>test</title>
</head>
<body>
<div>
<p>The <a epub:type="noteref" href="#test">star</a> looks blue.</p>
</div>
<aside epub:type="footnote" id="test">
<p><img alt="" src="../Images/Mario.png" />The image should be above this line</p>
</aside>
</body>
</html>