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 5 of 5
  1. #1
    Join Date
    Jul 2004
    Posts
    2,395
    Tokens
    0

    Latest Awards:

    Default HTML Problem: Tables

    Hey guys,

    I'm making a website at the moment with *gasp* tables. I've been told it's stupid and I should use CSS but alas I don't know much of it. Anyways I was coding fine and the site looked fine in Firefox, but when I opened up in IE7 the tables were skewed (and for no obvious reason).

    You might also be happy to know you're getting a sneak preview at something I wasn't planning to show anyone until I opened the site.


    Code:
    <html>
    
    
    <head>
    
    <title>Habloomberg</title>
    
    <style type="text/css">
                
                body   {font-family: verdana;
                        color: #000000;
                padding: 0;
                margin: 0;}
    
                td     {font-size: 8pt;
                font-weight: bold;
                padding: 0;}
    
                .table {top: 190px;
                        left: 190px;
                    position: absolute;
                padding: 0;
                margin: 0;}
    
            .top   {align:left;
                    top: 0px;
                        left: 0px;
                    position: absolute;}
    
    
             </style>
    
    </head>
    
    
    
    <body background="images/backgrounds/bglight.gif">
    
    <div class="top">
    
    <img left="0px" border="0px" valign="top" src="images/banner1.gif">
    
    </div>
    
    <div class="table">
    
    <table background="images/backgrounds/bgdark.gif" cellpadding="0" cellspacing="0" width="536">
    
    
    
        <tr height="14">
            <td width="16"  height="14" colspan="1"></td>
            <td width="102" height="14" colspan="2"><img width="102" height="14" src="Images/buttons/normal.gif"></td>
            <td width="32"  height="14" colspan="2"></td>
            <td width="102" height="14" colspan="2"><img width="102" height="14" src="Images/buttons/hc.gif"></td>
            <td width="32"  height="14" colspan="1"></td>
            <td width="102" height="14" colspan="2"><img width="102" height="14" src="Images/buttons/seasonal.gif"></td>
            <td width="32"  height="14" colspan="1"></td>
            <td width="102" height="14" colspan="3"><img width="102" height="14" src="Images/buttons/super.gif"></td>
            <td width="16"  height="14" colspan="1"></td>
        </tr>
    
    
    
        <tr height="40">
            <td colspan="1" width="16"></td>
            <td colspan="1" width="42"></td>
            <td colspan="1" width="60"></td>
            <td colspan="1" width="25"></td>
            <td colspan="1" width="7"></td>
            <td colspan="1" width="65"></td>
            <td colspan="1" width="37"></td>
            <td colspan="1" width="32"></td>
            <td colspan="1" width="58"></td>
            <td colspan="1" width="44"></td>
            <td colspan="1" width="32"></td>
            <td colspan="1" width="9"></td>
            <td colspan="1" width="72"></td>
            <td colspan="1" width="21"></td>
            <td colspan="1" width="16"></td>
        </tr>
    
    
    
        <tr>
            <td width="58" height="37" colspan="2" rowspan="5"><img width="58" height="37" src="Images/table/furnibase.gif"></td>
            <td width="85" height="37" colspan="2" rowspan="5"><img width="85" height="37" src="Images/table/buyingselling.gif"></td>
            <td width="72" height="1"  colspan="2" rowspan="1" bgcolor="#000000"></td>
            <td width="37" height="37" colspan="1" rowspan="5"><img width="37" height="37" src="Images/table/changeup.gif"></td>
            <td width="32" height="37" colspan="1" rowspan="5"></td>
            <td width="58" height="37" colspan="1" rowspan="5"><img width="58" height="37" src="Images/table/furnibase.gif"></td>
            <td width="85" height="37" colspan="3" rowspan="5"><img width="85" height="37" src="Images/table/buyingselling.gif"></td>
            <td width="72" height="1"  colspan="1" rowspan="1" bgcolor="#000000"></td>
            <td width="37" height="37" colspan="2" rowspan="5"><img width="37" height="37" src="Images/table/changedown.gif"></td>
        </tr>
    
        <tr>
            <td width="72" height="17" colspan="2" rowspan="1" bgcolor="#007C3F">16.4 HC</td>
            <td width="72" height="17" colspan="1" rowspan="1" bgcolor="#007C3F">16.4 HC</td>
        </tr>
    
        <tr>
            <td width="72" height="1"  colspan="2" rowspan="1" bgcolor="#000000"></td>
            <td width="72" height="1"  colspan="1" rowspan="1" bgcolor="#000000"></td>
        </tr>
                    
        <tr>
            <td width="72" height="17" colspan="2" rowspan="1" bgcolor="#0078A2">17.0 HC</td>
            <td width="72" height="17" colspan="1" rowspan="1" bgcolor="#0078A2">17.0 HC</td>
        </tr>
    
        <tr>
            <td width="72" height="1"  colspan="2" rowspan="1" bgcolor="#000000"></td>
            <td width="72" height="1"  colspan="1" rowspan="1" bgcolor="#000000"></td>
        </tr>
    
    
    
        <tr>
            <td height="20" width="100&#37;" colspan="15"></td>
        </tr>
    
    
    
    
    
    
    </table>
    
    </div>
    
    </body>
    
    
    <html>
    It's messy... I know

    Thanks, any useful help will be repped.
    Last edited by Matt.; 24-02-2007 at 06:50 PM.


    Give back our edit button!

    My 1337th post.


  2. #2
    Join Date
    Jun 2005
    Location
    USA
    Posts
    2,047
    Tokens
    0

    Latest Awards:

    Default

    Offtopic ; What font did you use on your banner?

    ontopic ; i dont know sorry.
    *Image Removed*

    Thank you Brad for the sig


    Signature edited by Nick- (Forum Super Moderator): Please do not have images that exceed the limit for non VIPs (700 x 150) in your signature.

  3. #3
    Join Date
    Jul 2004
    Posts
    2,395
    Tokens
    0

    Latest Awards:

    Default

    Volter Goldfish (bolded). It's the font Habbo uses in the client


    Give back our edit button!

    My 1337th post.


  4. #4
    Join Date
    Jul 2004
    Posts
    2,395
    Tokens
    0

    Latest Awards:

    Default

    Please close thread


    Give back our edit button!

    My 1337th post.


  5. #5
    Join Date
    Jul 2004
    Posts
    2,395
    Tokens
    0

    Latest Awards:

    Default

    Can a mod PLEASE close and delete the image link.

    Thank you.

    Edited by Mattps22004 (Forum Moderator): Please do not triple post.
    Last edited by Matt.; 24-02-2007 at 06:46 PM.


    Give back our edit button!

    My 1337th post.


Posting Permissions

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