I have the following code on my page. I have a frame defined in a table and for some reason when the text shows up it doesnt span the entire page, but there is scrolling, I dont want no scrolling on it, i just want the entire page to show up .
HTML Code:<td valign="top" align="center" width="100%"> <Table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <Tr> <Td height="100%"> <iframe name="main_frame" src="Home.html" width="100%" height="100%" marginwidth="5" marginheight="5" scrolling="no" frameborder="0"> </iframe> </TD> </TR> </TABLE> </td>




Reply With Quote