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

Thread: Coding Help

  1. #1
    Join Date
    Oct 2006
    Location
    West Midlands
    Posts
    463
    Tokens
    1,935

    Latest Awards:

    Default Coding Help

    I know it's coded badly but im trying to make it so theres no gap at the top and bottom, so in away it streches accross the page completely?
    HTML Code:
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-gb">
    <title>#</title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <script language="JavaScript">
    <!-- hide this script from non-javascript-enabled browsers
    // stop hiding -->
    </script>
    </head>
    <body bgcolor="#ffffff" background="images/index_r1_c7.png" style="text-align: center">
    <table border="0" cellpadding="0" cellspacing="0" height="100" width="700">
      <tr>
       <td>
     <p align="center"><img src="images/spacer.gif" width="38" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="11" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="385" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="5" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="211" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="12" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="38" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td rowspan="4" background="images/index_r1_c1.png">&nbsp;</td>
       <td rowspan="4" background="images/index_r1_c2.png">&nbsp;</td>
       <td colspan="3" background="images/index_r1_c3.png">&nbsp;</td>
       <td rowspan="4" background="images/index_r1_c6.png">&nbsp;</td>
       <td rowspan="4" background="images/index_r1_c1.png">&nbsp;</td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="52" border="0" alt=""></td>
      </tr>
      <tr>
       <td background="images/index_r2_c3.png">
     <p align="center">&nbsp;&nbsp;&nbsp; </td>
       <td rowspan="3" bgcolor="#FFFFFF">&nbsp;</td>
       <td background="images/index_r2_c5.png">&nbsp;</td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="51" border="0" alt=""></td>
      </tr>
      <tr>
       <td bgcolor="#FFFFFF">
     <p align="center"><br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
    &nbsp;</td>
       <td bgcolor="#FFFFFF">&nbsp;</td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="475" border="0" alt=""></td>
      </tr>
      <tr>
       <td background="images/index_r4_c3.png" height="22">&nbsp;</td>
       <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
       <td height="22">
     <p align="center"><img src="images/spacer.gif" width="1" height="22" border="0" alt=""></td>
      </tr>
     
    </table>
    </body>
    </html>
    +rep to anyone that helps
    thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    412
    Tokens
    0

    Default

    Live example, please?

  3. #3
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    That really annoys me. Why post code and no example page.

    If you make it easy for us to see the problem you are more likely to help you.

  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    HTML Code:
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-gb">
    <title>#</title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <script language="JavaScript">
    <!-- hide this script from non-javascript-enabled browsers
    // stop hiding -->
    </script>
    <style>
    body {
        margin-bottom:0px;
    }
    </style>
    </head>
    <body bgcolor="#ffffff" background="images/index_r1_c7.png" style="text-align: center">
    <table border="0" cellpadding="0" cellspacing="0" height="100" width="700">
      <tr>
       <td>
     <p align="center"><img src="images/spacer.gif" width="38" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="11" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="385" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="5" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="211" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="12" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="38" height="1" border="0" alt=""></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td rowspan="4" background="images/index_r1_c1.png"></td>
       <td rowspan="4" background="images/index_r1_c2.png"></td>
       <td colspan="3" background="images/index_r1_c3.png"></td>
       <td rowspan="4" background="images/index_r1_c6.png"></td>
       <td rowspan="4" background="images/index_r1_c1.png"></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="52" border="0" alt=""></td>
      </tr>
      <tr>
       <td background="images/index_r2_c3.png">
     <p align="center"> </td>
       <td rowspan="3" bgcolor="#FFFFFF"></td>
       <td background="images/index_r2_c5.png"></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="51" border="0" alt=""></td>
      </tr>
      <tr>
       <td bgcolor="#FFFFFF">
     <p align="center"><br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
    </td>
       <td bgcolor="#FFFFFF"></td>
       <td>
     <p align="center"><img src="images/spacer.gif" width="1" height="475" border="0" alt=""></td>
      </tr>
      <tr>
       <td background="images/index_r4_c3.png" height="22"></td>
       <td height="22" bgcolor="#FFFFFF"></td>
       <td height="22">
     <p align="center"><img src="images/spacer.gif" width="1" height="22" border="0" alt=""></td>
      </tr>
    </table>
    </body>
    </html>

Posting Permissions

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