Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Better to use CSS or Tables?

  1. #1
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23

    Better to use CSS or Tables?

    I still see a lot of problems using CSS instead of tables. My question to you is: is it better to use CSS or tables?

    I prefer tables.
    Void

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Well some ppl prefere tables and others CSS!

  4. #3
    PC101's Avatar
    PC101 is offline Learning Programmer
    Join Date
    Sep 2006
    Posts
    86
    Rep Power
    0
    Can someone give me an example of what a site with tables looks like! I keep hearing that they suck but I'm not quite sure what such a site looks like!

    Lyte

  5. #4
    Jimbo is offline Programmer
    Join Date
    Jul 2006
    Posts
    121
    Rep Power
    0
    If done properly, it will look exactly the same as a css based page, however tables require a lot more code and can be a right ball ache to layout properly.

    The main content on this very page is table-based as an example

  6. #5
    orbital_fox's Avatar
    orbital_fox is offline Newbie
    Join Date
    Sep 2006
    Posts
    26
    Rep Power
    0
    I always use tables.. for many many reasons.. two most importand ones:

    1) Tables will still display the page already, even if there is propblem loading the resources, when with CSS, if the user saves just the page, or there is problem loading the page the content has display problems

    2) Some command line browsers dont support CSS...

    But u do use CSS for colorings etc..
    Artificial Intelligence and Robotics egnineer
    http://fox.zsuatt.com/

  7. #6
    Jordan Guest
    I prefer tables. I can't ever seem to get my CSS to work right. Take a look at the new skin and look at the bottom border for each post. The images are out of line in IE but work fine in FF. CSS.......

  8. #7
    CheeseBurgerMan Guest
    Quote Originally Posted by Jordan View Post
    I prefer tables. I can't ever seem to get my CSS to work right. Take a look at the new skin and look at the bottom border for each post. The images are out of line in IE but work fine in FF. CSS.......
    Yeah, that's because IE has a horrible rendering engine. It's really, really bad. You can have standards compliant CSS, and it will still render all wrong. I'm starting out in web development, and for now I'm just ignoring IE completely. (although no one but me has actually seen my design )

  9. #8
    Ronin is offline Programming Professional
    Join Date
    Apr 2006
    Posts
    309
    Rep Power
    24
    So if your target audience is using IE it is better to use tables?

    Why is IE so bad at rendering CSS?

  10. #9
    orbital_fox's Avatar
    orbital_fox is offline Newbie
    Join Date
    Sep 2006
    Posts
    26
    Rep Power
    0
    Probably its better if u use tables.. They been around for a longer time, but i cant be sure about IE, cause i use linux + firefox..

    IE is so bad (in general) cause its made by microsoft.. SImple as that..
    Artificial Intelligence and Robotics egnineer
    http://fox.zsuatt.com/

  11. #10
    egon is offline Newbie
    Join Date
    Oct 2006
    Location
    Iowa
    Posts
    13
    Rep Power
    0
    Quote Originally Posted by Ronin View Post
    So if your target audience is using IE it is better to use tables?

    Why is IE so bad at rendering CSS?
    IE is bad at a lot of things, and it's because Microsoft knows they have the majority of users, and they don't care enough to fix the problems. As a developer, I've had more problems with IE than I can list, while every other browser I use has no issues what-so-ever. IE won't even render transparent PNG's for the love of God.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. One Row VS. Other Tables
    By BASHERS33 in forum Database & Database Programming
    Replies: 4
    Last Post: 03-28-2010, 03:28 PM
  2. HTML Tables
    By reddem0n in forum HTML Programming
    Replies: 2
    Last Post: 09-30-2009, 04:07 AM
  3. Still using tables?
    By ShortCircuit in forum HTML Programming
    Replies: 11
    Last Post: 09-30-2006, 06:45 AM
  4. Creating Tables
    By leon in forum Database & Database Programming
    Replies: 2
    Last Post: 06-12-2006, 07:02 AM

Tags for this Thread

Bookmarks

Posting Permissions

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