Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Feb 2006
    Location
    Sunderland
    Posts
    5,027
    Tokens
    1,306

    Latest Awards:

    Default

    don't worry box! has taught me how to code div's and i'm really starting to get the hang of it


  2. #12
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Quote Originally Posted by Andys View Post
    don't worry box! has taught me how to code div's and i'm really starting to get the hang of it
    Oh ok. Have fun learning
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  3. #13
    Join Date
    Feb 2006
    Location
    Sunderland
    Posts
    5,027
    Tokens
    1,306

    Latest Awards:

    Default

    hm, in the css stylesheet how would i make an image as the background?
    as i only know background-color: #code;

    would it be... background: url(directory) ?


  4. #14
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Quote Originally Posted by Andys View Post
    hm, in the css stylesheet how would i make an image as the background?
    as i only know background-color: #code;

    would it be... background: url(directory) ?
    Add me to MSN, it's in my sig, then I can help you anytime you need.

    It would be:

    background-image: url(img.png);
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  5. #15
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    2,015
    Tokens
    568

    Latest Awards:

    Default

    Quote Originally Posted by Cushioned View Post
    Add me to MSN, it's in my sig, then I can help you anytime you need.

    It would be:

    background-image: url(img.png);
    Or simply background: url(img.png);
    Then you can add in other things like repeat-x.

  6. #16
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Andys View Post
    Okay, btw this is in tables not divs so don't moan saying "code in divs, tables suck." simply because I have no idea about DIVs even after looking at numerous tutorials.

    Code:
    <html>
    <head>
    <title>simplyhabbo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
        background-image: url(../Pictures/bg.png);
    }
    .style1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 9px;
    }
    -->
    </style></head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <div align="center">
      <!-- ImageReady Slices (simplyhabbo.psd) -->
      <table id="Table_01" width="800" height="321" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td colspan="7">
            <img src="images/simplyhabbo_01.gif" width="800" height="2" alt=""></td>
          </tr>
        <tr>
          <td rowspan="14">
            <img src="images/simplyhabbo_02.gif" width="40" height="319" alt=""></td>
            <td colspan="5">
                <img src="images/simplyhabbo_03.gif" width="741" height="145" alt=""></td>
            <td rowspan="14">
                <img src="images/simplyhabbo_04.gif" width="19" height="319" alt=""></td>
        </tr>
        <tr>
          <td colspan="5">
            <img src="images/simplyhabbo_05.gif" width="741" height="12" alt=""></td>
          </tr>
        <tr>
          <td rowspan="12">
            <img src="images/simplyhabbo_06.gif" width="1" height="162" alt=""></td>
          <td background="images/simplyhabbo_07.gif"><table border="0" cellspacing="3">
            <tr>
              <td width="257"><div align="center"></div></td>
            </tr>
          </table></td>
        <td width="16" rowspan="12">&nbsp;</td>
            <td>
                <img src="images/simplyhabbo_09.gif" width="490" height="30" alt=""></td>
            <td rowspan="12">
                <img src="images/simplyhabbo_10.gif" width="27" height="162" alt=""></td>
        </tr>
        <tr>
          <td background="images/simplyhabbo_11.gif" width="207" height="9" alt=""></td>
          <td background="images/simplyhabbo_12.gif" width="490" height="9" alt=""><p>&nbsp;</p>
          </td>
        </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_13.gif" width="207" height="6" alt=""></td>
            <td>
                <img src="images/simplyhabbo_14.gif" width="490" height="6" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_15.gif" width="207" height="7" alt=""></td>
            <td rowspan="9">&nbsp;</td>
        </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_17.gif" width="207" height="30" alt=""></td>
          </tr>
        <tr>
          <td background="images/simplyhabbo_18.gif" width="207" height="9" alt=""></td>
        </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_19.gif" width="207" height="6" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_20.gif" width="207" height="7" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_21.gif" width="207" height="30" alt=""></td>
          </tr>
        <tr>
          <td background="images/simplyhabbo_22.gif" width="207" height="9" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_23.gif" width="207" height="6" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/simplyhabbo_24.gif" width="207" height="13" alt=""></td>
          </tr>
      </table>
      <!-- End ImageReady Slices -->
    </div>
    </body>
    </html>
    I got it from dentafrice's post i'll find you the link.
    http://www.habboxforum.com/showpost....postcount=3286
    The problem there is that you need to learn to code divs + css. Isn't that just an automatically generated code by dreamweaver.
    Last edited by Decode; 30-10-2008 at 10:09 AM.
    Lets set the stage on fire, and hollywood will be jealous.

  7. #17
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    I always say this to myself:
    "If anyone else can do something, I should also be able to do it"

    Lol. Helps some times.

    Good to hear you getting hang of div coding

  8. #18
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    It's cos dreamweaver has made it one table?

    So if either side expand it takes the other with it. Didn't read the code thoroughly so correct me if I'm wrong.


Page 2 of 2 FirstFirst 12

Posting Permissions

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