Win BIG with HabboxStarz!
Show off your musical talent in our old skool singing competition! Big prizes to be won!
HxSS Awards winners and final standings!
It's all done! Click here to see the big big winners from this year's tournament, and the fan favourites for the awards!
Check out HabboxWiki!
The biggest and best archive of all things Habbo - could YOU be our next top editor?


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
  •