|
Author |
Message |
kentro
Joined: 21 Jan 2005
Posts: 4
|
Posted: Sun Jan 23, 2005 6:52 am Post subject: Tables or CSS.. |
|
|
Hai buddies..
In imagereadies' Outputsettings i saw an option of
Generate Table (or)
Generate CSS..
Also which method is best? Table or CSS..? |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Mon Jan 24, 2005 7:43 pm Post subject: |
|
|
Depends on who you talk to really. I like tables better, but a lot of the newer web designers are jumping on the CSS bandwagon. CSS can be a really useful language if you know what you're doing with it. I've never experimented with IR's CSS output though. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
thehermit
Joined: 05 Mar 2003
Posts: 3987
Location: Cheltenham, UK
|
Posted: Tue Jan 25, 2005 8:31 am Post subject: |
|
|
Tables should only be used for tabular data, any other use of tables is wrong - easier to get the hang of, but nevertheless a bad practice. _________________ If life serves you lemons, make lemonade! |
|
|
|
|
TiDaL
Joined: 12 Apr 2003
Posts: 384
|
Posted: Tue Jan 25, 2005 9:16 am Post subject: |
|
|
i would assume if you don't no what CSS is, the don't use it... it will be a much bigger headache making a change, but its defenetly worth learning if your into it enough
tables are a lot easier to the average person _________________ http://i337m1k3.deviantart.com for my ART Profile. |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Tue Jan 25, 2005 6:45 pm Post subject: |
|
|
Most web sites are made with tables. Probably because it's easier. Even phpbb (this forum) is made with tables.
CSS is kind of tricky in my opinion in terms of cross browser support. For example IE and Mozilla interpret padding and margin differently. CSS also doesn't really work too well on older browsers, but since tables have been around since the beginning, they will work most of the time without any problems in most browsers. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
thehermit
Joined: 05 Mar 2003
Posts: 3987
Location: Cheltenham, UK
|
Posted: Thu Jan 27, 2005 10:12 am Post subject: |
|
|
|
|
|
|
|
photo-synthesis
Joined: 07 Jan 2005
Posts: 89
Location: Atlanta, GA
|
Posted: Thu Jan 27, 2005 10:55 am Post subject: |
|
|
I was looking for one of those to post. I love CSS. The past few sites I've built have used them. But I've used tables too, though. Mostly used CSS for text formatting and such. |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Thu Jan 27, 2005 10:59 am Post subject: |
|
|
OYBRO wrote: | CSS also doesn't really work too well on older browsers, but since tables have been around since the beginning, they will work most of the time without any problems in most browsers. |
Well, lol, I stand corrected. It should work in most older browsers. Found this on W3 Schools:
http://www.w3schools.com/css/css_reference.asp
I still think tables are better and will fight for them until the day I die. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
photo-synthesis
Joined: 07 Jan 2005
Posts: 89
Location: Atlanta, GA
|
Posted: Thu Jan 27, 2005 11:02 am Post subject: |
|
|
OYBRO wrote: | OYBRO wrote: | CSS also doesn't really work too well on older browsers, but since tables have been around since the beginning, they will work most of the time without any problems in most browsers. |
Well, lol, I stand corrected. It should work in most older browsers. Found this on W3 Schools:
http://www.w3schools.com/css/css_reference.asp
I still think tables are better and will fight for them until the day I die. |
Course you could include a message for those with older browsers that tells them to UPDATE YOUR BROWSER!!!
Theres just no excuse for that kind of thing |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Thu Jan 27, 2005 11:03 am Post subject: |
|
|
There should be some sort of worldwide federation that forces everybody to use one browser. Firefox of course. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
|