![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How to convert the common html table code below - - to a <div> controlled layout using css? |
#3
| |||
| |||
|
|
How to convert the common html table code below table align="center" tr td> 1.1 </td td> 1.2 </td td> 1.3 /td /tr tr td> 2.1 </td td> 2.2 </td td> 2.3 </td /tr tr td> 3.1 </td td> 3.2 </td td> 3.3 </td /tr /table to a <div> controlled layout using css? |
#4
| |||
| |||
|
|
How to convert the common html table code below table align="center" tr td> 1.1 </td td> 1.2 </td td> 1.3 /td /tr tr td> 2.1 </td td> 2.2 </td td> 2.3 </td /tr tr td> 3.1 </td td> 3.2 </td td> 3.3 </td /tr /table to a <div> controlled layout using css? |
#5
| |||
| |||
|
|
Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. |
#6
| |||
| |||
|
|
On May 19, 12:39 pm, richard <mem... (AT) newsguy (DOT) com> wrote: Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. While I do not disagree with your advice |
|
(or Jukka's), |
|
Just for kicks I wanted to see how much more work it was to make the div version.... |
#7
| |||
| |||
|
|
On May 19, 12:39 pm, richard <mem... (AT) newsguy (DOT) com> wrote: Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. While I do not disagree with your advice (or Jukka's), Just for kicks I wanted to see how much more work it was to make the div version.... Just the code to make thge table or the divs: 166 keystrokes for the table version 372 for the div version. (687 if you count the style, but that would be an unfair comparison as the table has no style...) Hey, don't read anything into this, I just had some free time on my hands.... |
#8
| |||
| |||
|
|
Scripsit Travis Newbury: On May 19, 12:39 pm, richard <mem... (AT) newsguy (DOT) com> wrote: Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. While I do not disagree with your advice You should. (or Jukka's), I agree with your refusal to disagree with my advice, because it was correct. Just for kicks I wanted to see how much more work it was to make the div version.... I hope you enjoyed it, but it's really not relevant. The relevant thing is that you can't turn <div> soup into something that is "the same" as a simple HTML table. You could simulate it by using _fixed-width_ <div>s, but this would destroy much of the table idea. |
#9
| |||
| |||
|
|
On May 19, 12:39 pm, richard <mem... (AT) newsguy (DOT) com> wrote: Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. While I do not disagree with your advice (or Jukka's), Just for kicks I wanted to see how much more work it was to make the div version.... Just the code to make thge table or the divs: 166 keystrokes for the table version 372 for the div version. (687 if you count the style, but that would be an unfair comparison as the table has no style...) |
|
Hey, don't read anything into this, I just had some free time on my hands.... |
#10
| |||
| |||
|
|
Scripsit Travis Newbury: On May 19, 12:39 pm, richard <mem... (AT) newsguy (DOT) com> wrote: Just for kicks I converted your table to divisions herehttp://1littleworld.com/table101.html purely as an attempt to show you one possible way of doing it. .... |
|
I hope you enjoyed it, but it's really not relevant. The relevant thing is that you can't turn <div> soup into something that is "the same" as a simple HTML table. You could simulate it by using _fixed-width_ <div>s, but this would destroy much of the table idea. |
![]() |
| Thread Tools | |
| Display Modes | |
| |