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 7 of 7
  1. #1
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    4,244
    Tokens
    0

    Latest Awards:

    Default free money*. [tables]

    Can anyone give me a code where I can get a code to have the following in tables:

    2 columns,

    and left side is a place for text and right has a header, middle and footer bit so it can expand?

    +rep [:



    *- free money only applies to those who live in Tanzania.
    A collection of forum users' views on obesity
    Quote Originally Posted by mynameisjake View Post
    sounds good
    Quote Originally Posted by Stephen View Post
    Just google it.
    Quote Originally Posted by jesus View Post
    jesus christ
    Quote Originally Posted by Alexicles. View Post
    It will probably soon go away.

  2. #2
    Join Date
    Dec 2006
    Location
    None of your business!
    Posts
    2,492
    Tokens
    50

    Latest Awards:

    Default

    Quote Originally Posted by Xeoro View Post
    Can anyone give me a code where I can get a code to have the following in tables:

    2 columns,

    and left side is a place for text and right has a header, middle and footer bit so it can expand?

    +rep [:



    *- free money only applies to those who live in Tanzania.
    I don't know if you mean....

    <table width="882" height="291" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="294" rowspan="3">&nbsp;</td>
    <td width="361">&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>
    Anyway your screwed if someone lives in Tanzania

  3. #3
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    4,244
    Tokens
    0

    Latest Awards:

    Default

    I'll try and explain myself better.

    Left column is just for plain text.

    Right column must have a header as an image and a repeating background image and then a footer as an image.

    If that makes it better?

    If they live in Tanzania - I'll give them money, policy.
    A collection of forum users' views on obesity
    Quote Originally Posted by mynameisjake View Post
    sounds good
    Quote Originally Posted by Stephen View Post
    Just google it.
    Quote Originally Posted by jesus View Post
    jesus christ
    Quote Originally Posted by Alexicles. View Post
    It will probably soon go away.

  4. #4
    Join Date
    Dec 2006
    Location
    None of your business!
    Posts
    2,492
    Tokens
    50

    Latest Awards:

    Default

    <table width="882" height="291" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="294" rowspan="3">&nbsp;</td>
    <td width="361">&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>
    That has one column empty down and beside it 3 columns each in which a header, footer etc could be placed... I still don't think I understand you.

  5. #5
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    </head>
    
    <body>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td rowspan="3">text goes here</td>
        <td><img src="headerimage" alt="header image" /></td>
      </tr>
      <tr>
        <td style="background-image: url(backgroundimage);">background done using css ******</td>
      </tr>
      <tr>
        <td><img src="footerimage" alt="footer image" /></td>
      </tr>
    </table>
    </body>
    </html>
    That what you need? Im a bit confused [:

  6. #6
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    4,244
    Tokens
    0

    Latest Awards:

    Default

    yes yes.

    i just can't get the bg werkin.

    donedidone.

    ty both, +rep.
    Last edited by F32; 23-03-2007 at 08:19 PM.
    A collection of forum users' views on obesity
    Quote Originally Posted by mynameisjake View Post
    sounds good
    Quote Originally Posted by Stephen View Post
    Just google it.
    Quote Originally Posted by jesus View Post
    jesus christ
    Quote Originally Posted by Alexicles. View Post
    It will probably soon go away.

  7. #7
    Join Date
    Dec 2006
    Location
    None of your business!
    Posts
    2,492
    Tokens
    50

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    </head>
     
    <body>
    <table width="100&#37;" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td rowspan="3">text goes here</td>
        <td><img src="headerimage" alt="header image" /></td>
      </tr>
      <tr>
        <td style="background-image: url(backgroundimage);">background done using css ******</td>
      </tr>
      <tr>
        <td><img src="footerimage" alt="footer image" /></td>
      </tr>
    </table>
    </body>
    </html>
    That what you need? Im a bit confused [:
    I agree, I don't understand what you mean being honest. :s

    EDIT - Sorry You have replied now

Posting Permissions

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