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
    Jan 2006
    Location
    North East.
    Posts
    1,333
    Tokens
    233

    Latest Awards:

    Default How would I code this?

    I need this front page coding for a project, but i'm not sure how I would do it.
    Could anyone code it or at least help me how to make the links clickable.
    Thanks

    Alexandra!


  2. #2
    Join Date
    Jan 2008
    Location
    Wales
    Posts
    3,594
    Tokens
    1,387
    Habbo
    Skizzling

    Latest Awards:

    Default

    You could either slice them up and put them in a seperate div or just use the image and use Image Maps to link each part of the image and use that. PM me if you need any further help.

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

    Latest Awards:

    Default

    If I saw this earlier I'd have done it, if no one has tomorrow evening I'll do it for ya.

    Personally I'd do the top down to your name in one div with a background, then split your name and the links into seperate divs and then put a second big div for the bottom from your name down. It ends up a lot cleaner than image mapping IMO.

  4. #4
    Join Date
    Jan 2006
    Location
    North East.
    Posts
    1,333
    Tokens
    233

    Latest Awards:

    Default

    I just image mapped it for now but it looks kinda odd, and I think I may need somebody to do it for me cause I don't have dreamweaver anymore.

    And thanks guys so much for the help
    Alexandra!


  5. #5
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Code:
    <html>
     <head>
      <title>Alex Turner - Photography</title>
    
    <style type="text/css">
    body {
    font: 10px;
    background-color: #000000;
    }
      
    #main content {
    width:   px;
    height:  px;
    margin-left: auto;
    margin-right: auto;
    }
    
    #nav {
    width: px;
    height: px;
    margin-left: px;
    margin-top: px;
    }
    </style>
    
     </head>
    
    <body>
     <div id="main_content">
       <div id="nav">
         <a href="#"><img src="#"></a> 
       </div>
      </div>
    </body>
    </html>
    You can edit it to your standards, this is pretty simple for a splash page.
    If you need any help, feel free to pm me. If I had the sliced images I'd code but I don't so I can only give you that.

    Hope this gives some understanding
    Last edited by Fiendly; 28-02-2011 at 10:37 AM.

  6. #6
    Join Date
    Jan 2006
    Location
    North East.
    Posts
    1,333
    Tokens
    233

    Latest Awards:

    Default

    Quote Originally Posted by Fiendly View Post
    Code:
    <html>
     <head>
      <title>Alex Turner - Photography</title>
    
    <style type="text/css">
    body {
    font: 10px;
    background-color: #000000;
    }
      
    #main content {
    width:   px;
    height:  px;
    margin-left: auto;
    margin-right: auto;
    }
    
    #nav {
    width: px;
    height: px;
    margin-left: px;
    margin-top: px;
    }
    </style>
    
     </head>
    
    <body>
     <div id="main_content">
       <div id="nav">
         <a href="#"><img src="#"></a> 
       </div>
      </div>
    </body>
    </html>
    You can edit it to your standards, this is pretty simple for a splash page.
    If you need any help, feel free to pm me. If I had the sliced images I'd code but I don't so I can only give you that.

    Hope this gives some understanding
    Thanks so much!
    Alexandra!


  7. #7
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Quote Originally Posted by Alexx.. View Post
    Thanks so much!
    No problem, like I said if I had the file I would of done it.
    The coding I hate with the tags, rules up my aligning!

    Anyways, hope it worked. Wouldn't mind seeing the fixed problem.

Posting Permissions

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