iframe嵌入pdf在頁面及文章問題
-
1.我使用iframe嵌入pdf , 在頁面都可正常顯示,但在文章就不行
傳統編輯器及element都正常顯示,預覽都正常<iframe src=”../webdata/pdf/test.pdf” width=”100%” height=”768px”></iframe>
2.但在文章嵌入pdf就無法顯示
發現 在文章使用傳統及element編輯 相對路徑定義不同@@
傳統編輯器
<iframe src=”../webdata/pdf/test.pdf” width=”100%” height=”768px”></iframe>element編輯器
<iframe src=”./webdata/pdf/test.pdf” width=”100%” height=”768px”></iframe>編輯器都可正常顯示內容
重點是預覽及發佈都無法顯示,出現錯誤
This page doesn’t seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?求高人指點,感謝您
The page I need help with: [log in to see the link]
正在檢視 1 則回覆 - 1 至 1 (共計 1 則)
正在檢視 1 則回覆 - 1 至 1 (共計 1 則)
- The topic ‘iframe嵌入pdf在頁面及文章問題’ is closed to new replies.