| | Hello. My Iframes are not working properly at the moment. I have some problems with removing the scrollbars. I also need them to automatically extend, without that I need to change the height and width. I have tried with 100% and auto, but there must be something I am doing wrong. (I do not know much HTML, really.) I will explain a bit more. On my front page, I have an Iframe linked to my blog, and other things. And as I have said, I need to remove the scrollbars and so on... Here is the code I am using. (Of course "URL1" is replaced with my url.) CODE <iframe name="Iframe" src="URL1" FRAMEBORDER="0" style="width:100%; border:0; background-color:000000; height:100%; overflow:auto;"></iframe> ...and I need to remove the "background-color:000000;" |

