Lost Password?


Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-2006, 01:49 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #2 (permalink)  
Old 09-22-2006, 03:32 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Well some ppl prefere tables and others CSS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old 09-22-2006, 06:19 PM
PC101's Avatar   
PC101 PC101 is offline
Learning Programmer
 
Join Date: Sep 2006
Posts: 86
Rep Power: 9
PC101 is on a distinguished road
Send a message via MSN to PC101 Send a message via Yahoo to PC101
Default

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
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old 09-22-2006, 07:01 PM
Jimbo Jimbo is offline
Programmer
 
Join Date: Jul 2006
Posts: 121
Rep Power: 9
Jimbo is on a distinguished road
Default

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
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old 09-23-2006, 03:56 AM
orbital_fox's Avatar   
orbital_fox orbital_fox is offline
Newbie
 
Join Date: Sep 2006
Posts: 26
Rep Power: 9
orbital_fox is on a distinguished road
Default

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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #6 (permalink)  
Old 09-25-2006, 08:15 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,650
Last Blog:
PHP Objects, Patterns,...
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

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.......
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old 09-26-2006, 08:24 PM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default

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 )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old 09-28-2006, 08:59 AM
Ronin Ronin is offline
Programming Professional
 
Join Date: Apr 2006
Posts: 299
Rep Power: 11
Ronin is on a distinguished road
Default

So if your target audience is using IE it is better to use tables?

Why is IE so bad at rendering CSS?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old 09-28-2006, 09:50 AM
orbital_fox's Avatar   
orbital_fox orbital_fox is offline
Newbie
 
Join Date: Sep 2006
Posts: 26
Rep Power: 9
orbital_fox is on a distinguished road
Default

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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old 10-08-2006, 01:55 AM
egon egon is offline
Newbie
 
Join Date: Oct 2006
Location: Iowa
Posts: 13
Rep Power: 0
egon is on a distinguished road
Send a message via AIM to egon
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Added]Do not drop tables on uninstall rolandd ionFiles 10 08-12-2007 12:13 PM
Still using tables? ShortCircuit HTML Programming 11 09-30-2006 09:45 AM
Frames Vs. Tables skilletsteve Website Design 4 09-09-2006 07:49 PM
Collection of 70+ pre-designed tables. MrDiaz HTML Programming 1 07-04-2006 02:29 PM
Creating Tables leon Database & Database Programming 2 06-12-2006 10:02 AM


All times are GMT -5. The time now is 06:15 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads