Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    *kiwi*'s Avatar
    Junior Member

    Status
    Offline
    Join Date
    Mar 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    HTML code for non-scrolling iframe?

    I am trying to make an iframe that doesn't vertically scroll. So like when words go longer than the iframe, the iframe's height just extends longer.

    Kind of like a table. When you type enough, the table just gets longer in height.

    Is there a code for that?

    PS I have tried the code 'scrolling=no' but that doesn't work because then it just hides the words that don't fit in the frame.

  2. #2
    PatrickMS
    PatrickMS's Avatar
    Guest
    You might want to either use a php include:
    <php include("LINK") ?>

    Or an expandable div which uses CSS and HTML:
    CSS:

    #expandable {
    Width: 300px;
    Background-colour: 333333;
    }


    HTML:

    <div align="center" Id="expandable">text goes here, this will now be expandable <br><br> like this</div>

 

 

Quick Reply Quick Reply

Click here to log in


What is the number after 87?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Iframe code ? web html java help?
    By Alain h in forum Discuss HTML
    Replies: 0
    Last Post: 01-15-2011, 04:18 AM
  2. HTML Code to change iFrame source?
    By Watchmaker in forum Discuss HTML
    Replies: 0
    Last Post: 12-25-2010, 06:54 AM
  3. How to code an iFrame layout with images? HTML?
    By Jessica in forum Discuss HTML
    Replies: 0
    Last Post: 08-23-2010, 01:06 AM
  4. How to code an iFrame layout with images? HTML?
    By Jessica in forum Discuss HTML
    Replies: 0
    Last Post: 08-23-2010, 01:06 AM
  5. Iframe html code help?
    By Alex-AcE in forum Discuss HTML
    Replies: 4
    Last Post: 01-06-2010, 12:48 AM

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •