I'm not sure if I have the iframe code down correctly or if this is a general issue with a variety of browsers but my iFrame code I have set up for webpages are not working with I.E.
Well it works with I.E. but the page is all screwy, the image graphics are blurred, some are double displayed, and I see multiple horizontal scrolling bars within the site while scrolling down.
However, the page loads perfect with Firefox.
Here is the code I used for iFraming. I am trying to iframe 100% so basically it looks like they are browsing through my domain and so they aren't seeing affiliate numbers, etc in the url box. Just trying to keep it clean.
I'm using:
<iframe src="www.webaddresshere.com" style="border: 0px; padding: 0px; width: 100%; height: 100%;"></iframe>
Is this the correct way to do it?
Well it works with I.E. but the page is all screwy, the image graphics are blurred, some are double displayed, and I see multiple horizontal scrolling bars within the site while scrolling down.
However, the page loads perfect with Firefox.
Here is the code I used for iFraming. I am trying to iframe 100% so basically it looks like they are browsing through my domain and so they aren't seeing affiliate numbers, etc in the url box. Just trying to keep it clean.
I'm using:
<iframe src="www.webaddresshere.com" style="border: 0px; padding: 0px; width: 100%; height: 100%;"></iframe>
Is this the correct way to do it?