Hello Everyone,
I have some code for an Amazon book ad that has been modified so that it validates. The code does validate and looks perfect in IE at http://www.usernomics.com/ergonomic-...essories9.html .
However, it does not center in Firefox and it does not center plus has an odd background in Opera.
I placed the relevant code below.
Can anyone see how I can fix this for Firefox and Opera?
Thanks a lot,
Bob
--
.centerall{
text-align:center;
font-size: 120%;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 20px auto 5px auto;
}
<div class="centerall">Amazon Book Sale<br><br>
<!--[if IE]>
<iframe src="http://rcm.amazon.com/e/cm?t=usernomics-20&o=1&p=6&l=st1&mode=books&se arch=usability%20ergonomics&fc1=&=1&lc 1=&lt1=&f=ifr&bg1=&f=ifr" marginwidth="0" marginheight="0" width="120" height="150" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>
<![endif]-->
<object data="http://rcm.amazon.com/e/cm?t=usernomics-20&o=1&p=6&l=st1&mode=books&se arch=usability%20ergonomics&fc1=&=1&lc 1=&lt1=&f=ifr&bg1=&f=ifr" type="text/html"></object>
</div>
</div>
|