Take a look at the following page....
http://www.destinetics.com/iframeproblem/
Can anyone tell me why this page is scrolling off far far to the right? I would appreciate a simple fix!![]()
The original code is seperated out into many PHP include files but I have reduced it down to this single file for simplicity....
Code:<html> <head> <title>Iframe Problem</title> </head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="Graphics/navrepeat.png"> <!-- START HEADER --> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td width="534" height="22" background="Graphics/toprepeat.png"><img src="Graphics/top1.png" width="534" height="22" vspace="0" hspace="0" border="0"></td> <td background="Graphics/toprepeat.png" width="100%" height="22"> </td> <td width="223" height="22" align="right" background="Graphics/toprepeat.png"><img src="Graphics/top2.png" width="223" height="22" vspace="0" hspace="0"></td> <td width="18" height="22" background="Graphics/toprepeat.png"><img src="Graphics/top4.png" width="18" height="22" vspace="0" hspace="0"></td> </tr> <!-- END HEADER --> <!-- START NAV SECTION --> <tr> <td colspan="3" valign="top" height="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="198" valign="top" height="357" background="Graphics/navrepeat.png"><img src="Graphics/navbackground3.png" vspace="0" hspace="0"></td> <td valign="top"> <table border="0" cellspacing="0" cellpadding="0" background="spacer.gif"> <tr> <td width="12"><img src="Graphics/spacer.gif" width="10" height="10" vspace="0" hspace="0"></td> <td> <!-- END NAV SECTION --> <!-- START MAIN CONTENT --> <p>This is some sample text.</p> <p>Here is an iframe...</p> <iframe width="760" height="600" src="http://www.google.com"></iframe> <p>The page scrolls far to the right for some reason...</p> <br><br><br><br><br> <!-- END MAIN CONTENT --> <!-- START FOOTER --> </td> <td><img src="Graphics/spacer.gif" width="10" height="10" vspace="0" hspace="0"></td> </tr> </table> </td> </tr> </table> </td> <td width="18" background="Graphics/endrepeat.png"> </td> </tr> </table> <!-- END FOOTER --> </body> </html>


Reply With Quote
Bookmarks