Adblock breaks this site

[HTML] Inserting a frame into a table?

Discussion in 'Web Programming' started by sUffer, Oct 19, 2008.

  1. sUffer

    sUffer TDD's anal whore

    Joined:
    Mar 7, 2007
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0
    [HTML] Inserting a frame into a table?

    Helped :]
     
  2. Affix

    Affix Newcomer

    Joined:
    Oct 15, 2008
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    0
    [HTML] Inserting a frame into a table?

    Thats just a

    Code:
    <div style="height: 400px; width: 800px; overflow: auto">CONTENT</div>
    a Frame is completely different.

    The above may also be an iFrame
     
  3. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    [HTML] Inserting a frame into a table?

    Code:
    <div style="overflow: auto; height; 800px; width: 600px">
    I'm pretty sure this causes the browser to only add a scrollbar if the divs content exceeds 800 pixels in height.

    I think what you want to do is change the overflow property to scroll. I can't test it because you provided to code with portions missing or w/e so it displays like shit when I try.
    <div style="overflow: scroll; height; 800px; width: 600px">
     
  4. TDD

    TDD Web Design Expert
    Do Not Trade

    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0
    [HTML] Inserting a frame into a table?

    please remove those tables... I may have to cry if you don't :( :'( :eek:
     
  5. exapto

    exapto #1 OSRS Magic Training Service
    $50 USD Donor New

    Joined:
    Oct 10, 2008
    Posts:
    645
    Referrals:
    0
    Sythe Gold:
    123
    Vouch Thread:
    Click Here
    Discord Unique ID:
    716746285151027321
    Discord Username:
    exapto#2360
    Homosex
    [HTML] Inserting a frame into a table?

    You could edit the CSS file you have to make regular textboxes have a clear-body, so you can view the background picture while viewing the text, as shown above......helped? Just contact me on MSN..

    LOL, 69 POSTS =)

    MSN: [email protected]
     
  6. FartKnocker

    FartKnocker Forum Addict

    Joined:
    Sep 3, 2007
    Posts:
    285
    Referrals:
    0
    Sythe Gold:
    5
    [HTML] Inserting a frame into a table?

    iFrame maybe?

    Code:
    <iframe src="%%PAGEURL%%" height="%HEIGHT%" width="%WIDTH%" frameborder="no"></iframe>
    Without the %'s.
     
< [TUT][PHP] Basic Protection from SQL Injection | Help with php >


 
 
Adblock breaks this site