| Author |
table for layout?
|
qunfeng wang
Ranch Hand
Joined: Jan 28, 2005
Posts: 407
|
|
I'm reading the Head First HTML&CSS book. It's said that table was used a lot before CSS came out. Now we have CSS, so we should not use table to do this job any more. But look at the JavaRanch home page, it uses table and it works pretty well. 1. Do you use table for layout now? 2. If I replace table with CSS, what might it look like? Thanks.
|
To be or not to be. It's a question.
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
1. Do you use table for layout now?
No, I always use CSS whenever possible. Maintenance will be easier if there's a need to change the look and feel.
2. If I replace table with CSS, what might it look like?
It will look just exactly the same depending on how you create the CSS
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56220
|
|
0. JavaRanch's pages were first written a very long time ago. 1. Rarely. Only when IE's lame CSS engine won't let me do it the right way. 2. However I want.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: table for layout?
|
|
|