zero-perfoliate
zero-perfoliate

Author Topic: Are you still using tables?  (Read 891 times)

Offline PhPHelper

  • http://Digiscapers.com
  • Full Member
  • PHP Problem Solvers
  • ****
  • Posts: 179
  • Karma: +50/-0
    • Bad Apple Mail
Are you still using tables?
« on: February 16, 2009, 06:31:53 PM »
I started off using tables but soon moved over to using CSS for layouts I find css much easier to work with I think it is since CSS is much cleaner and easier to work with presentation should always be separate from design.

do you use tables or CSS for layout?

Offline kezflake

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Re: Are you still using tables?
« Reply #1 on: February 17, 2009, 03:23:31 PM »
Well I still occasionally use tables although I am much more aware of the ned to use CSS, in the end it is quicker to you once you have got your head around it!

Offline Clara

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Re: Are you still using tables?
« Reply #2 on: December 30, 2010, 08:12:26 PM »
I use CSS, it was actually difficult to use at the beginning but now I find it very easy.
There are 2 ways you can do layout with CSS:
•   Use CSS floats
•   Use CSS positioning

Also with modern browsers CSS positioning are well supported. You readers will not have any trouble unless they use internet explorer 4.0 or Netscape 4.0.

When designing layout with table you will have to think in terms of rows and columns. When it comes to CSS, you’ll start thinking of your pages in terms of the content. You will be able to place the content anywhere and you need not concern about the particular row or the column!

Offline cwarcarblue11

  • PHP Problem Solvers
  • *****
  • Posts: 112
  • Karma: +1/-0
    • C2C Technology
Re: Are you still using tables?
« Reply #3 on: December 31, 2010, 09:53:54 AM »
And 0.00000000000000000001 % user netscape 4 or ie4...