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 4 of 4
  1. #1
    Join Date
    Nov 2005
    Posts
    7,708
    Tokens
    3,967
    Habbo
    Kasabian

    Latest Awards:

    Default Need help(I'm a noob).

    HTML Code:
    <center><TABLE BACKGROUND="bg.png" WIDTH="575" BORDER="1" CELLSPACING="5" CELLPADDING="5" BORDERCOLOR="white">
    
    <TR><TD STYLE="border: 2px" STYLE="border: solid" WIDTH="575" HEIGHT="100" BACKGROUND="http://img461.imageshack.us/img461/1177/banner4zm.png">
    
    </TD></TR>
    <TR><TD WIDTH="575" BGCOLOR="#00000" BORDERCOLOR="white">
    <center>
    <font color="#FFFFFF">
    <marquee id="NAME" behavior="scroll" direction="left" height="10" scrolldelay="25" scrollamount="2">
    Friends sites: 
    <a href="http://www.holygrenade.piczo.com" onMouseOver="document.all.NAME.stop()" onMouseOut="document.all.NAME.start()">Holy Grenade</a>
    <a href="http://storyofthewounded.piczo.com/" onMouseOver="document.all.NAME.stop()" onMouseOut="document.all.NAME.start()">Story of the Wounded</a>
                   </marquee>
    <center></center></a></font></center></TD></TR>
    
    <TR><TD WIDTH="575" BGCOLOR="#00000" BORDERCOLOR="white">
    <center>
    <font color="#FFFFFF">
    <b>Information/Profile:</b>
    <br>I'm <i>Tommo.</i>
    <br>
    <br>
    <br>
    <br> 
    <br>
    </font></center></TD></TR>
    <TR><TD WIDTH="575" BGCOLOR="#00000" BORDERCOLOR="white">
    <center>
    <font color="#FFFFFF">
    <b>Favourite Music:</b>
    <br><A HREF="http://www.pulseofthemaggots.com/">Slipknot</A>
    <br><A HREF="http://www.yellowcardrock.com/">Yellowcard</A>
    <br><A HREF="http://www.wearescientists.com/">We are scientists</A>
    <br>
    <TR><TD WIDTH="575" BGCOLOR="#00000" BORDERCOLOR="white">
    <center>
    <font color="#FFFFFF">
    <br><b>Pictures:</b>
    <br><img src="URL HERE" border="0" width="417" alt="Me & Calum" />
    <br><u>Me & Calum</u>
    </font></center></TD></TR>
    </font></center></TD></TR></TABLE></center></cantre></centre>
    Right, That's just a basic code i whiped together for a piczo site... Anyway, What i need to know is how to make it so you scroll down on the <TR><TD>, Other wise it stretches the page.

    Thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    add an iframe in and put the content in the TD tag on a new page and then add the firame in the TD and connect it together
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  3. #3
    Join Date
    Jul 2005
    Posts
    190
    Tokens
    0

    Default

    Okay, I've tried to make it a bit more simple, by showing you a step by step guide:

    1) Add an iframe to the area where you want the scrollbar.

    HTML Code:
    <html>
    <head>
    <title></title>
    </head>
    <body>
    <table width="?" height="?" border="?">
    <tr>
    <td><iframe frameborder="?" scrolling="yes" width="?" height="?" src="page_name.htm" name="the_iframe_name"></iframe></td>
    </tr>
    </table>
    </body>
    </html>
    2) Create the page which you want to display in the iframe.

    HTML Code:
    <html>
    <head>
    <title></title>
    </head>
    <body>
    Page Content
    </body>
    </html>
    3) Change the src="?" attribute in the iframe tag to whatever you called the page you created in STEP 2.

    HTML Code:
    <html>
    <head>
    <title></title>
    </head>
    <body>
    <table width="?" height="?" border="?">
    <tr>
    <td><iframe frameborder="?" scrolling="yes" width="?" height="?" src="step_2_page_name.htm" name="the_iframe_name"></iframe></td>
    </tr>
    </table>
    </body>
    </html>
    I hope this helps you, and good luck with your website.
    Last edited by Oliver46; 30-06-2006 at 08:40 PM.

  4. #4
    Join Date
    Nov 2005
    Posts
    7,708
    Tokens
    3,967
    Habbo
    Kasabian

    Latest Awards:

    Default

    Thanks, But i figured it out.

    HTML Code:
    <div style="overflow:auto; width:570px; height:50px; background-color:black;">
    .

    Thread Closed.

Posting Permissions

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