I'll start by asking you to forgive my ignorance, I'm just starting to learn website design.
I am trying to embed iframes into multiple pages and for MOST of them I'm getting a blank spot in the top right corner. So I googled some alternative ways to write the iframe but they all turned up with the blank box.
It looks like this:
http://royaljewelersfargo.com/wp-content/uploads/2011/08/screenshot.jpg
Here's the code that I used for this particular page:
<iframe style="width: 950px; height: 700px;" src="http://www.aaronbasha.com/products.php?category=49" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe>
Next I went to 'inspect element' of the frame and found that the frame originates from:
<div class= "one_third last">
As shown here:
http://royaljewelersfargo.com/wp-content/uploads/2011/08/RJ2.jpg
This is as far as I got, I don't know where to go from here. Any ideas? Thank you!