Jump to content

Better to use CSS or Tables?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
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
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well some ppl prefere tables and others CSS!

#3
PC101

PC101

    Learning Programmer

  • Members
  • PipPipPip
  • 86 posts
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

#4
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts
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

#5
orbital_fox

orbital_fox

    Newbie

  • Members
  • PipPip
  • 26 posts
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/

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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.......

#7
Guest_CheeseBurgerMan_*

Guest_CheeseBurgerMan_*
  • Guests

Jordan said:

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 :p)

#8
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
So if your target audience is using IE it is better to use tables?

Why is IE so bad at rendering CSS?

#9
orbital_fox

orbital_fox

    Newbie

  • Members
  • PipPip
  • 26 posts
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/

#10
egon

egon

    Newbie

  • Members
  • PipPip
  • 13 posts

Ronin said:

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.

#11
Guest_Shan Abbasi_*

Guest_Shan Abbasi_*
  • Guests
I use tables for my layout at www.shan.ca.tf. I made the background of the table my whole layout, then I work from there by overlaying link images.