Results 1 to 14 of 14

Thread: Frames [resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Resolved Frames [resolved]

    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>
    Last edited by mrstuff68; Jan 27th, 2006 at 10:29 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width