我使用XML和CSS添加如下图像:
<html:img src="./pictures/logo.jpg" alt="dupa"/>
它们在IE中正确显示,但在Firefox中没有显示。可能是什么原因以及如何解决?
我用这个,但还是看不到图片...... 我的代码:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="styl.css"?>
<dokument xmlns:html="http://www.w3.org/TR/REC-html40">
<logo><img src="./Obrazki/logo.jpg"/></logo>
</dokument>
答案 0 :(得分:1)
答案 1 :(得分:0)
溶剂是:
<dokument xmlns:html='http://www.w3.org/1999/xhtml'>
而不是
<dokument xmlns:html="http://www.w3.org/TR/REC-html40">