Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default Expadable Tables Help

    Hey there,

    I'm guessing this is the right place, I'm new to all of this web design and coding stuff so be patient with me..:rolleyes:

    I following --ss--'s tutorial for making expandable tables in FrontPage quite well, it kinda went wrong so I tried doing it myself.. I've got it working so far really well.. I say really well, but they only expand when there is either text or a PHP include in them. I can't seem to get them to expand totally like they should when there is an iFrame in it, it expands a little bit but then stops.

    Here is the code I've got straight fron Frontpage, can anyone see what's wrong with it? It expands when I put text and stuff inside it, but not with iframes..


    HTML Code:
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-gb">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>New Page 1</title>
    </head>
    <body>
    <table border="0" cellpadding="0" cellspacing="0" width="527" height="94">
     <!-- MSTableType="layout" -->
     <tr>
      <td height="7" valign="top">
      <img border="0" src="top.png" width="527" height="7"></td>
     </tr>
     <tr>
      <td valign="top" height="65">
      <!-- MSCellType="ContentBody" -->
     
     <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
     <!-- MSCellFormattingTableID="1" -->
     <tr>
      <td bgcolor="#AEAEA7" width="1">
      <img alt="" width="1" height="1" src="MsSpacer.gif"></td>
      <td valign="top" width="100%">
      <!-- MSCellFormattingType="content" -->
     <iframe src="writing.txt" width="100%" scrolling="no" frameborder="no"></iframe></td>
      <td bgcolor="#AEAEA7" height="100%" width="1">
      <img alt="" width="1" height="1" src="MsSpacer.gif"></td>
     </tr>
      </table>
      </tr>
     </tr>
     <tr>
      <td height="22" width="527" valign="top">
      <img border="0" src="bottom.png" width="527" height="21"></td>
     </tr>
    </table>
    </body>
    </html>
    Thanks if anyone could help me3

  2. #2
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    There's no code to make the iframe expand...
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


  3. #3
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    I think you need an expandable iframe code.

    EDIT: http://www.codingforums.com/showthread.php?t=105985
    Last edited by Decode; 17-04-2008 at 07:07 PM.
    Lets set the stage on fire, and hollywood will be jealous.

  4. #4
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    Oh, i didn't know there had to be one..

    anyone know what it is?

    thanks

    EDIT: Looking on Google now.. :']
    Last edited by PixelWill; 17-04-2008 at 07:12 PM.

  5. #5
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Lol my tutorial is on how to code in Divs not tables .

    You need this code:
    http://www.dynamicdrive.com/dynamici...iframessi2.htm

  6. #6
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    Oh, I've read so many, I must have gotten confused.. Sorry for that.

Posting Permissions

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