Do you use tables when making a website?

Discussion in 'Web Development and Programming' started by NBK*Twitch, Jun 14, 2010.

  1. NBK*Twitch

    NBK*Twitch Regular Member

    I try not to,but sometimes I do for making a simple login area or affiliates area.
     
  2. Ferron

    Ferron Regular Member

    I never use tables other than for tabular data.
     
  3. NBK*Twitch

    NBK*Twitch Regular Member

    That is great,atleast you know what to use them for :D.
     
  4. ErikFox

    ErikFox Regular Member

    I don’t use table’s much. I would prefer using Div tags. They are more flexible.
     
  5. dynastygal

    dynastygal Regular Member

    I used them for my forum.
     
  6. Demon_skeith

    Demon_skeith Regular Member

    only time I used tables with HTML was back when I was learning it in school and I didn't care to use them.
     
  7. DarkGizmo

    DarkGizmo Mr. Awesome

    I try not to use tables. :)
     
  8. princefarr

    princefarr Regular Member

    I have many thoughts on it. Expressing them right here and now might spark a debate and I have not had time to weight up the precise usefulness of the, with regards to your present dilemma.
     
  9. samdepps

    samdepps Regular Member

    Using tables for structural design has several disadvantages. When you use Photoshop to create the design using the slice tool, many cells require a spacer image. Sure you can delete them and the use the height and width properties in the table; however, this seems a bit cumbersome.
     
  10. Syncro

    Syncro Regular Member

    Tables are good on a few situations but from SEO point of view are to be avoided. I don't use tables for a few years already.
     
  11. Brandon

    Brandon Regular Member

    Say no to tables and don't even consider iframes!
     
  12. BleepyEvans

    BleepyEvans Regular Member

    Nah, tables are "so last year".
    Its divs all the way now. I think the only time I ever use a table is when I want to publicly display a table for data etc. Or in forums where its practically unavoidable.
     
    Brandon likes this.
  13. cpvr

    cpvr Regular Member

    That, divs are so much faster.
     
    Brandon likes this.
  14. Monster

    Monster Admin Talk Staff

    CSS layouting is far more powerful ... you can even use 3D coordinates (z-index!) to place elements, which makes a lot of stuff a lot easier! :)
     
  15. tirus

    tirus Regular Member

    CSS is definitely more powerful indeed and is more preferable to tables. I also avoid using table at all costs because CSS is even more easier to manage. I did use them a lot before I got better with CSS as I felt it was more easier for lack of enough knowledge on CSS.
     
  16. Miner

    Miner Forum Theme designer

    100% agree, Its the best method to follow to code designs today. ;)
     
  17. CM30

    CM30 Regular Member

    Only when I need to display an actual table. I prefer using CSS and proper semantic markup for actual layouts.
     
  18. Bryce

    Bryce Regular Member

    I used to loved tables about 10 years ago but now I love DIV tags. While tables are great for designing, they do involve a lot of coding and one little mistake can ruin your entire layout. DIVs do allow you to centralize everything and it is easy to code and debug with DIV tags.
     
  19. SimplySidy

    SimplySidy Website Consultant, Developer and Strategist

    It depends. On many purchased or downloaded applications, they may have tables. And redoing the same thing without the use of Tables is quite unnecessary because of costs and overheads. So for these, I have to let them be in use. As for all other codes where I am the coder or the team lead, I ensure that we dont use tables except for displaying data - which goes best with tables.
     
  20. Artixion

    Artixion Regular Member

    That depends on what I'm coding/designing, but usually not.
     

Share This Page