Iframe / Table Problem.... help me!!!

This is a discussion on "Iframe / Table Problem.... help me!!!" within the Web Page Design section. This forum, and the thread "Iframe / Table Problem.... help me!!! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 15th, 2006, 07:09
New Member
Join Date: Dec 2006
Location: Ohio, USA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Iframe / Table Problem.... help me!!!

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: Select all
<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">&nbsp;</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="<A href="http://www.google.com"></iframe">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">&nbsp;</td>
  </tr>
</table>
<!-- END FOOTER -->
</body>
</html>
Reply With Quote

  #2 (permalink)  
Old Dec 15th, 2006, 18:54
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Iframe / Table Problem.... help me!!!

I dont see any problems but im using a high res screen too
Reply With Quote
  #3 (permalink)  
Old Dec 16th, 2006, 06:20
New Member
Join Date: Dec 2006
Location: New York City
Age: 18
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Iframe / Table Problem.... help me!!!

It displays fine here too...

You might want to include your browser[s] and screen resolution when asking things like this.

Another thing, even if you've got problems, try sizing your iframe with %s, not pixels.
Reply With Quote
  #4 (permalink)  
Old Dec 16th, 2006, 10:12
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Iframe / Table Problem.... help me!!!

I'm sad you haven't discovered CSS yet...
Reply With Quote
  #5 (permalink)  
Old Dec 16th, 2006, 10:59
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Iframe / Table Problem.... help me!!!

Quote:
Can anyone tell me why this page is scrolling off far far to the right?
Not on my system it doesn't.

I'm using a resolution of 1024 width but the actual browser window space available for the page is just over 800px wide. Layout seems to adjust accordingly.
Reply With Quote
Reply

Tags
iframe, problem, table

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox iframe problem Kropotkin Web Page Design 6 Oct 15th, 2007 20:30
problem targeting iframe donoghmac Web Page Design 0 Feb 10th, 2007 19:41
Problem with iframe Odowalt Web Page Design 4 Dec 11th, 2006 17:21
iframe problem Amphersand Web Page Design 1 Sep 13th, 2005 17:58
IFRAME Problem dar Web Page Design 3 Sep 2nd, 2005 20:28


All times are GMT. The time now is 17:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43