Html Help

Discussion in 'Gaming' started by neha, Feb 20, 2006.

  1. neha

    neha Well-Known Member

    Age:
    32
    Posts:
    343
    Likes Received:
    0
    Joined:
    Feb 21, 2005
    Location:
    Sacramento
    so i was coding my portfolio and i inserted a iframe code where i want the main content to be and then i created anther document where i can write the text so it will show up in the iframe but when ever i write a long sentence the width of 'test2' goes longer and there's a left/right scrollbar but i only want a up/down scroll bar so is there anyway i can set a width limit for that(test2). the code looks like this in the main index.html page.
    <IFRAME SRC="test2.htm" WIDTH=315 HEIGHT=316 FRAMEBORDER=0 SCROLLING=yes></IFRAME>
     
  2. Equivalent Exchange

    Equivalent Exchange Well-Known Member

    Posts:
    1,466
    Likes Received:
    0
    Joined:
    Nov 9, 2005
    <iframe src="test2.htm" width="315" height="316" frameborder="0" scrolling="auto">

    Try dat
     
  3. MonA Mie

    MonA Mie Member

    Posts:
    18
    Likes Received:
    0
    Joined:
    Feb 21, 2006
    Try 2 change the code to auto.
     
  4. XMasterX

    XMasterX Well-Known Member

    Age:
    38
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    mona, stop spamming...

    that should do the trick...
     

Share This Page