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!


Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by JimboJosh View Post
    simple CSS is something you do not have sorry. You have given advice I'm threads that advice has already been given for and gave another answer that wasnt needed and is a much worse way of coding. But still, you have a lot of areas that are good so good luck
    I do agree, my hand-coded CSS is seriously lacking. I intend to read up and learn it properly. I usually use HTML instead of CSS - Which I know isn't good. If needed. I use Dreamweaver CS3 in order to code in CSS.

    Thanks

  2. #12
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Learn full CSS before you claim to know it

  3. #13
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by Bojangles View Post
    Learn full CSS before you claim to know it
    I highly doubt anybody on this forum knows full CSS without using a application/website/book in order to help them. On request, I can code in CSS using dreamweaver, therefore it's a skill.

  4. #14
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    But not everybody needs a program to do it for them? I use the "edit file" option in cPanel or notepad. And I can code CSS? It's all about remembering the codes. It's common logic to know about padding and margins etc. I would only use dreamweaver to code PHP due to all the commas and stuff you need to place there (As I'd forget them )

  5. #15
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by Bojangles View Post
    But not everybody needs a program to do it for them? I use the "edit file" option in cPanel or notepad. And I can code CSS? It's all about remembering the codes. It's common logic to know about padding and margins etc. I would only use dreamweaver to code PHP due to all the commas and stuff you need to place there (As I'd forget them )
    That's what I said. I need to use a application to help me with CSS, but I can still get the codes for it upon request. Reading about CSS and I've got this far on coding a basic CSS-based text-page.
    Code:
    body {
        background-image: url(images/bg.PNG);
        font-family: Verdana;
        font-size: 9px;
        color: #000000;
    }
    a {
        font-size: 9px;
        color: #000000;
    }
    a:link {
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
        color: #000000;
    }
    a:hover {
        text-decoration: none;
        color: #000000;
    }
    a:active {
        text-decoration: none;
        color: #000000;
    }

  6. #16
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Well done, but thats as simple as CSS gets, wait until you start coding 4 collumn pages, gets much harder. Btw, when you hover over a link it won't change colour because you've set it to default colour same as black so use something like FFFFFF

  7. #17
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by Bojangles View Post
    Well done, but thats as simple as CSS gets, wait until you start coding 4 collumn pages, gets much harder. Btw, when you hover over a link it won't change colour because you've set it to default colour same as black so use something like FFFFFF
    That was the idea so links don't ever change color. It just annoys me, working on a profile site

    Thanks.

  8. #18
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Theres just extra css in there then. Don't offer the hover option

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
  •