I added amazon code to my site http://www.tv-repairman.com but it does not align the iframe in the center with FF or IE What kind of code would I need to fix this? Thanks RonMo
Add the codes blow: <body onLoad="nifty();"> <div align="center"> //Add this line code after <body onLoad="nifty();"> </div> // Add this before </body> </body>