Sign in or 

|
alirazachang |
problem !!!
Mar 8 2010, 4:01 AM EST
hey guys i even added iframe but it's not showing my amazon product ?? do you know why <iframe src="http://rcm.amazon.com/e/cm?t=bestsalesandb-20&o=1&p=8&l=as1&asins=B001SEQQBE&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> here's the code Do you find this valuable? |
|
Jivanda |
1. RE: problem !!!
Mar 8 2010, 8:47 AM EST
On this page you can find more information: http://www.wetpaintcentral.com/page/Including+HTML+Pages See examples of the codes on that page. * Do you find this valuable? |
|
CryingDove |
2. RE: problem !!!
Mar 8 2010, 1:26 PM EST
The problem is with the embedded code itself. The margin and frameborder parameters cannot be used.Use this code and the widget will display properly on your page. <iframe src="http://rcm.amazon.com/e/cm?t=bestsalesandb-20&o=1&p=8&l=as1&asins=B001SEQQBE&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" ></iframe> Do you find this valuable? |