Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Tableless HTML Design?? [modified]

Tableless HTML Design?? [modified]

Scheduled Pinned Locked Moved ASP.NET
htmlcssdesignhelpquestion
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Blumen
    wrote on last edited by
    #1

    Hi, Does tableless html design means using DIVs with the help of CSS? Could someone point me in the right direction. Regards, Manu

    “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

    modified on Saturday, November 1, 2008 9:42 AM

    J G N Steve EcholsS 4 Replies Last reply
    0
    • B Blumen

      Hi, Does tableless html design means using DIVs with the help of CSS? Could someone point me in the right direction. Regards, Manu

      “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

      modified on Saturday, November 1, 2008 9:42 AM

      J Offline
      J Offline
      JimmyRopes
      wrote on last edited by
      #2

      Blumen wrote:

      Could someone point me in the right direction

      approximately 280,000 returns to choose from[^]

      Simply Elegant Designs JimmyRopes Designs
      Think inside the box! ProActive Secure Systems
      I'm on-line therefore I am. JimmyRopes

      1 Reply Last reply
      0
      • B Blumen

        Hi, Does tableless html design means using DIVs with the help of CSS? Could someone point me in the right direction. Regards, Manu

        “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

        modified on Saturday, November 1, 2008 9:42 AM

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        Blumen wrote:

        Does tableless html design means using DIVs with the help of CSS?

        Almost. It rather means that you use CSS to style the html elements that are appropriate for what you want to do. That element could even be a table, if you actually want to display a table on the page. Using tables to do layout once revolutionised the web design. However, that was about fifteen years ago, and the technology has moved on since then. Here is a good example: css Zen Garden: The Beauty in CSS Design[^] I have found these useful for understanding how CSS works: Selectutorial[^] Floatutorial[^]

        Despite everything, the person most likely to be fooling you next is yourself.

        B 1 Reply Last reply
        0
        • G Guffa

          Blumen wrote:

          Does tableless html design means using DIVs with the help of CSS?

          Almost. It rather means that you use CSS to style the html elements that are appropriate for what you want to do. That element could even be a table, if you actually want to display a table on the page. Using tables to do layout once revolutionised the web design. However, that was about fifteen years ago, and the technology has moved on since then. Here is a good example: css Zen Garden: The Beauty in CSS Design[^] I have found these useful for understanding how CSS works: Selectutorial[^] Floatutorial[^]

          Despite everything, the person most likely to be fooling you next is yourself.

          B Offline
          B Offline
          Blumen
          wrote on last edited by
          #4

          Thank you Guffa

          “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

          1 Reply Last reply
          0
          • B Blumen

            Hi, Does tableless html design means using DIVs with the help of CSS? Could someone point me in the right direction. Regards, Manu

            “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

            modified on Saturday, November 1, 2008 9:42 AM

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            Adding to what Guffa said, Pages designed using tables are slow to render than the one developed using DIVs and CSS. Many websites will have a main table which contains all the contents of that page. This is slow because browser can render the content only after getting the closing node which it gets at the end of page. Use DIVs and CSS for design doesn't mean that you have to avoid tables completly. Tables should be used for what it is created for. If you are using tables for designing, use small tables instead of wrapping everything in a single table. This[^] site has good beginer level tutorials.

            Navaneeth How to use google | Ask smart questions

            B 1 Reply Last reply
            0
            • N N a v a n e e t h

              Adding to what Guffa said, Pages designed using tables are slow to render than the one developed using DIVs and CSS. Many websites will have a main table which contains all the contents of that page. This is slow because browser can render the content only after getting the closing node which it gets at the end of page. Use DIVs and CSS for design doesn't mean that you have to avoid tables completly. Tables should be used for what it is created for. If you are using tables for designing, use small tables instead of wrapping everything in a single table. This[^] site has good beginer level tutorials.

              Navaneeth How to use google | Ask smart questions

              B Offline
              B Offline
              Blumen
              wrote on last edited by
              #6

              Thank you

              “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

              1 Reply Last reply
              0
              • B Blumen

                Hi, Does tableless html design means using DIVs with the help of CSS? Could someone point me in the right direction. Regards, Manu

                “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

                modified on Saturday, November 1, 2008 9:42 AM

                Steve EcholsS Offline
                Steve EcholsS Offline
                Steve Echols
                wrote on last edited by
                #7

                In addition to what the others have said, I've personally found going table-less involves a lot of pain, suffering and cursing at various browsers. I've attempted it many times and went back to tables, for sanity's sake. The new specs hold promise, but we'll have to see how each browser handles them. Just my 2 cents.


                - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

                • S
                  50 cups of coffee and you know it's on!
                  Code, follow, or get out of the way.
                B 1 Reply Last reply
                0
                • Steve EcholsS Steve Echols

                  In addition to what the others have said, I've personally found going table-less involves a lot of pain, suffering and cursing at various browsers. I've attempted it many times and went back to tables, for sanity's sake. The new specs hold promise, but we'll have to see how each browser handles them. Just my 2 cents.


                  - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

                  B Offline
                  B Offline
                  Blumen
                  wrote on last edited by
                  #8

                  Steve Echols wrote:

                  I've personally found going table-less involves a lot of pain, suffering

                  Exactly. I tried to CSS based design but found that it was very difficult. Most of the websites still use table based design. I checked Microsoft home page using firebug, they have DIV based design.

                  “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

                  Steve EcholsS 1 Reply Last reply
                  0
                  • B Blumen

                    Steve Echols wrote:

                    I've personally found going table-less involves a lot of pain, suffering

                    Exactly. I tried to CSS based design but found that it was very difficult. Most of the websites still use table based design. I checked Microsoft home page using firebug, they have DIV based design.

                    “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

                    Steve EcholsS Offline
                    Steve EcholsS Offline
                    Steve Echols
                    wrote on last edited by
                    #9

                    Yeah, it's frustrating because I know it can be done, but it just seems like hypocrisy from the people saying you shouldn't use tables, and suggest instead that you use mind bending css hacks to accomplish the same thing. I choose the route that makes sense to me (grids) and what I know works, for right or wrong, and wait for the w3c get their act together (like that'll ever happen). :)


                    - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

                    • S
                      50 cups of coffee and you know it's on!
                      Code, follow, or get out of the way.
                    B 1 Reply Last reply
                    0
                    • Steve EcholsS Steve Echols

                      Yeah, it's frustrating because I know it can be done, but it just seems like hypocrisy from the people saying you shouldn't use tables, and suggest instead that you use mind bending css hacks to accomplish the same thing. I choose the route that makes sense to me (grids) and what I know works, for right or wrong, and wait for the w3c get their act together (like that'll ever happen). :)


                      - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

                      B Offline
                      B Offline
                      Blumen
                      wrote on last edited by
                      #10

                      Steve Echols wrote:

                      I choose the route that makes sense to me (grids) and what I know works

                      What is that route?

                      “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups