HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    1,003
    Tokens
    0

    Latest Awards:

    Default Coding Headers Into My Pages

    Basically,

    I'm in need of coding my headers which will be on my homepage saying
    'welcome to hotelnav' etc, www.clubhabbo.net - like they have done with the blue rounded rectangles.

    How do i code this in?
    .

    Thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Radiohost View Post
    Basically,

    I'm in need of coding my headers which will be on my homepage saying
    'welcome to hotelnav' etc, www.clubhabbo.net - like they have done with the blue rounded rectangles.

    How do i code this in?
    .

    Thanks.
    First of all you need to remove the text from the image so it's just a plain orange eclipse.
    In your html i'm guessing you've set you're divs out like this:
    Code:
    <div id="container">
      <div id="top"></div>
      <div id="mid"></div>
      <div id="bot"></div>
    </div>
    You will have to put the writing that you want on the orange background inside the 'top' div
    so it'll look like <div id="top">Welcome to ......</div>

Posting Permissions

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