Results 1 to 3 of 3

Thread: HTML Frames?? [Resolved]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Resolved HTML Frames?? [Resolved]

    I have a bit of a problem, i have a table that has several tables in it. Top table displays the page header, middle table displays a frame with text from another html page, and botton frame displays the footer. Why is it in the code below, that when I insert the frame in the middle table it automatically doest display the footer? I shrank the size of the frame but that didnt work either, footer just doesnt wan to show up I have been playing around and trying to figure out what could be wrong but have not gotten anywhere, can someone help me out.

    Thanks

    Code:
    <Table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0"> 
    			<tr>
    		<Td width="10%" background="Left-Side-Bar-Full.gif" valign="top">
    			
    		</TD>
    		<td colspan="3">
    			<table border="0" align="center" height="169" width="100%" cellpadding="0" cellspacing="0">
    				<Tr>
    					<Td>
    						<Table width="312" height="169" background="Top-Bar-Left-Trimmed-Curved.gif">
    							<tr>
    								<Td>
    									
    								</TD>
    							</tr>
    						</TABLE>
    					</td> 
    					<td valign="top" width="100%">
    						<Table width="100%" height="29" background="Top-Blue1-Full.gif">
    							<Tr>
    								<Td height="75%">
    									
    								</TD>
    							</TR>
    						</TABLE>
    						<Table width="100%" height="139" border="0" cellpadding="0" cellspacing="0" bgcolor="ffffff">
    							<tr>
    								<Td align="center" valign="middle">
    									<font face="Bauhaus 93" color="ac2b31" size="+2">ABC</font>
    
    								</TD>
    							</tr>
    						</TABLE>
    
    					</TD>
    					<Td width="148">
    						<Table background="Top-Bar-Right-Full.gif" height="169" width="148"">
    							<tr>
    								<Td>
    									
    								</TD>
    							</tr>
    						</TABLE>
    					</td>
    				</TR>
    			</table>
    		</td>
    	</tr>
    
    		<tr>
    		<Td bgcolor="ac2b31">
    		
    		</TD>
    		<td colspan="3" height="100%">
    			<table  border="0" align="center" width="100%" height="100%" cellpadding="0" cellspacing="0">
    				<Tr>
    					<Td nowrap>
    						<Table width="14" height="100%" background="Center-Bar-Trimmed.gif">
    							<tr>
    								<Td height="100%">
    								
    								</TD>
    							</tr>
    						</TABLE>
    					</td>
    					<td valign="top" align="center">
    						<Table width="100%" cellpadding="0" cellspacing="0" border="0">
    							<Tr>
    								<Td height="100%">
    									<frameset>
    									    <iframe src="Page.html" width="100%" height="500" marginwidth="5" marginheight="5" scrolling="Yes" frameborder="0">
    									</frameset>	
    								</TD>
    							</TR>
    						</TABLE>
    					</td> 
    				</TR>
    			</table>
    		</td>
    	</tr>
    	<tr>
    		<Td bgcolor="ac2b31">
    		 
    		</TD>
    		<td colspan="3" height="100%">
    			<table align="center" width="100%" cellpadding="0" cellspacing="0">
    				<Tr>
    					<Td width="349">
    						<Table width="312" height="149" background="Bottom-Bar-Left-Trimmed.gif">
    							<tr>
    								<Td>
    									
    								</TD>
    							</tr>
    						</TABLE>
    					</td> 
    					<td valign="bottom" width="100%">
    						<Table width="100%" height="9" background="Bottom-Blue.gif">
    							<Tr>
    								<Td height="">
    									
    								</TD>
    							</TR>
    						</TABLE>
    					</TD>
    					<Td width="148">
    						<Table background="Bottom-Bar-Right.gif" height="149" width="148"">
    							<tr>
    								<Td>
    									
    								</TD>
    							</tr>
    						</TABLE>
    					</td>
    				</TR>
    			</table>
    		</td>
    	</tr>
    </table>
    Last edited by mrstuff68; Dec 5th, 2005 at 10:39 AM.

  2. #2
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: HTML Frames??

    You need to close the iframe, </iframe> (you can nest html inbetween for browsers which don't support it), and you also don't need to use frameset tags with an iframe either. Hopefully that fixes it
    Don't Rate my posts.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Re: HTML Frames??

    Thanks PC_Madness. I worked.

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