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 10 of 10
  1. #1
    Join Date
    Aug 2005
    Location
    Surrey, Lodon
    Posts
    135
    Tokens
    0

    Post Who can code CSS?

    I need someone who can code CSS for my websitw Thank you, or you know a good tutorial.

    *ZzzZzzZZzz*
    Banned from Habbo for ever ;[
    Owns you all rofl Please join my forum

  2. #2
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  3. #3
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    I Can Code Quit A Bit Of CSS.

  4. #4
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    its really easy


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  5. #5

    Default

    Hey,

    CSS is pretty easy. http://www.w3schools.com/css/css_intro.asp Is a good tutorial.
    TheGSP
    :8

  6. #6
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by iRoss
    OMG ross stealing my idea of pixel2life damn you :@ and i wouldnt really say you code css "/, if you want to add css to a certain part of something eg part of a table you would do this

    HTML Code:
    <td class="example"></td>
    and then in the css document you would put


    HTML Code:
    .example {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #203949;
    }
    but were i have put

    HTML Code:
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #203949;
    you would change to whatever css you want to use, another way of doing this would be to include the css in the td tag so it would be

    HTML Code:
    <td style="YOUR CSS"></td>
    so using the same css as before it would look like

    HTML Code:
    <td style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFFFF; border: 1px solid #000000; background-color: #203949;"></td>
    this would do exactly the same thing
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  7. #7
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Thats just inline css? if your only useing something once you may as well, css in the main parts only for reuseable styles realy "/

    css is simple thogh, probly easyer than html formating in some ways "/

  8. #8
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Mentor
    Thats just inline css? if your only useing something once you may as well, css in the main parts only for reuseable styles realy "/

    css is simple thogh, probly easyer than html formating in some ways "/
    yer, i said if you want to add css to certain bits use this or othewise you use

    body {
    YOUR CSS
    }
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  9. #9
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    indeed

    body {
    YOUR CSS
    }

    ^^attches to elment

    .somthing {
    YOUR CSS
    }

    makes a class

    #moo {
    YOUR CSS
    }

    attches to an ID

  10. #10
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    you can also use the start of any tag to define it for all of them

    img {
    }

    input {
    }

    textarea {
    }

    table {
    }

    td {
    }

    you can also use multiple ones seperating them with a comma

    img, input, textarea, table, td {

    }
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

Posting Permissions

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