hi, i would like to have an iframe the full size of the screen. For this i have two questions:
a) how to make it full size not knowing the screen or browser resolution
b) how to remove the margin around the iframe
this is what i have so far, and is not what i want, is not full height and has those margins around the iframe.
<iframe src="http://www.websites.com" style="width: 100%; height: 100%; " frameborder="0"></iframe>
c) also, if possible, i would like to hide the default main vertical scrollbar, thanks.