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
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default Why does this look right in Dreamweaver but not in IE??

    This is how the layout looks in Dreamweaver:

    [img]http://www.****************/uploads/8764bdb0b5.png[/img]

    And in IE:

    [img]http://www.****************/uploads/3b7ac61ead.png[/img]

    Also why wont the layout go to 0PX to and 0PX Left?

    Thanks
    Tom
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  2. #2

    Default

    not probaly coded

  3. #3
    Join Date
    Nov 2004
    Location
    HabboWeb FM Offices
    Posts
    3,019
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by shoutcasthostin View Post
    not probaly coded
    It is..

  4. #4
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    shall I post the code?
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  5. #5
    JoeComins Guest

    Default

    Yes - Youve strated the 2ns black box to go across the full width of the layout, as it isncludes the top for the grey box, but they dont finish in the same place, so it repeats-y

    Try adding no-repeat to the background tag for a quick fix

    If not, youll have to code that bit agian

    Basically, youve made the black bottom bit for it go across the whole layout, but teeres nothing to fill the rest of the space - that bottom bits poorly coded

  6. #6
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    It is my first layout that I have coded in expandables. Apart from that and it not going into the top left hand corner its worked out pritty well. It wouldnt surprise me if it is all badle coded lol.

    I will just see if i can change it then I will post the code if i cant
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  7. #7
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    Here is the code, probably as crap as me playing rugby lol

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    
    </head>
    
    <body>
      <table width="782" height="129" border="0" cellpadding="0" cellspacing="0" background="images/numark_01.png">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
      <table width="782" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="175" height="38" background="images/numark_02.gif">&nbsp;</td>
          <td width="607" background="images/numark_03.png">&nbsp;</td>
        </tr>
      </table>
      <table width="782" height="15" border="0" cellpadding="0" cellspacing="0" background="images/numark_04.png">
        <tr>
          <td height="15">      </td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" background="images/numark_05.png">&nbsp;</td>
          <td background="images/conside.GIF">
            <p>&nbsp;</p>
    	    <p align="center">HELLO</p>
    	    <p>&nbsp;</p></td>
        </tr>
      </table>
      <table width="782" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="175" height="27" background="images/numark_08.png">&nbsp;</td>
          <td background="images/conbot.png">&nbsp;</td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="32" background="images/toptitle.png">&nbsp;</td>
          <td height="32" background="images/numark_15.png">&nbsp;</td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="14" background="images/bottitle.png" background-repeat: repeat-y;></td>
          <td background="images/misc.png"></td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="21" background="images/numark_11.png">&nbsp;</td>
          <td background="images/misc2.png">&nbsp;</td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="27" background="images/numark_05.png">&nbsp;</td>
          <td background="images/misc2.png"><p>&nbsp;</p>
            <p align="center">HELLO</p>
          <p>&nbsp;</p></td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="27" background="images/numark_08.png">&nbsp;</td>
          <td background="images/misc27.png">&nbsp;</td>
        </tr>
      </table>
      <table width="782" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="175" height="100" background="images/numark_19.png">&nbsp;</td>
          <td background="images/botbot.png">&nbsp;</td>
        </tr>
      </table>
    <p><br />
    </p>
    </body>
    </html>
    Last edited by Recursion; 06-10-2006 at 07:21 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

Posting Permissions

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