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 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Coding Tables.

  1. #1
    Join Date
    Apr 2008
    Posts
    171
    Tokens
    0

    Default Coding Tables.

    what program could i use that will code in tables for me ?? thanks!

  2. #2
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Fireworks CS3.

    But tables are very.. terrible, it shows your lack of skills if you code in tables, and you're using a generator which makes you a failure of a web designer.

  3. #3
    Join Date
    Apr 2008
    Posts
    171
    Tokens
    0

    Default

    lol okay thanks anyway im guna try and learn divs soon
    just using this until i learn properly

  4. #4
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    1,544

    Latest Awards:

    Default

    Don't use tables for coding layouts at all, go straight to divs.

    Tables are not for coding layouts.

  5. #5
    Join Date
    Apr 2008
    Location
    Derby
    Posts
    4,668
    Tokens
    262

    Latest Awards:

    Default

    Using Div's gives better results!!

    Good luck And i use Dreamweaver 8 and Photoshop but dont use tables :S I just use Divs.
    Back for a while

  6. #6
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    If you want to start "cheating" coding in DIVS, then ImageReady CS2 with Photoshop CS2 is what you should look for.

  7. #7
    Join Date
    May 2008
    Posts
    605
    Tokens
    0

    Default

    Quote Originally Posted by Calon View Post
    If you want to start "cheating" coding in DIVS, then ImageReady CS2 with Photoshop CS2 is what you should look for.
    Is that what you do? Also as people have said, divs are much better than tables. You will find that divs are just common sense

  8. #8
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    If you want to "cheat", use ImageReady and slice the layout in parts. Then save the images and html code.

    your code will be some thing like this from the beginning:
    <tr>
    <td rowspan="2">
    <img src="images/picture.gif" width="200px" height="20px">
    </td>
    </tr>

    You have to change it to:
    <tr>
    <td rowspan="2" background="images/picture.gif" width="200px" height="20px">
    </td>
    </tr>

    But.. It's better if you code with div's

  9. #9
    Join Date
    May 2008
    Posts
    605
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    If you want to "cheat", use ImageReady and slice the layout in parts. Then save the images and html code.

    your code will be some thing like this from the beginning:
    <tr>
    <td rowspan="2">
    <img src="images/picture.gif" width="200px" height="20px">
    </td>
    </tr>

    You have to change it to:
    <tr>
    <td rowspan="2" background="images/picture.gif" width="200px" height="20px">
    </td>
    </tr>

    But.. It's better if you code with div's
    That just showed me you know nothing about coding.

  10. #10
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    ImageReady allows you to select CSS/DIVS.

    I haven't used it in years.

Page 1 of 3 123 LastLast

Posting Permissions

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