XF 1.4 [Solved] How to embedd Amazon aStore in a Page node?

+DS_DV+

Active member
Hi,

i need to embed my aStore so i can link it with Nodes as tabs.

i created a page-node: https://allaround.cc/pages/shop/

but the shop is not visible!

i need to embedd an iFrame:
Code:
<iframe src="http://astore.amazon.de/xxxxx-00" width="90%" height="4000" frameborder="0" scrolling="no"></iframe>

or and Frameset:
Code:
<frameset rows="80,*" border="0">
  <frame src="INSERT_YOUR_PAGE_HERE" name="topFrame" frameborder="no" scrolling="no" noresize="noresize" />
  <frame src="http://astore.amazon.de/xxxxx-21" name="mainFrame" frameborder="no" />
</frameset>

why is nothing shoing up? i also tried to copy it into the description.

with best +DS_DV+
 
Top Bottom