Posted by Kevin Scholl on 01/26/08 16:49
Knut Krueger wrote:
> <div class="table">
> <div class="tr">
> <div class="td">ich</div>
> <div class="td">bin</div>
> <div class="td">eine</div>
> <div class="td">Tabelle</div>
> </div>
> </div>
In addition to the other responses, this is precisely why you have to
avoid the mindset of DIV and TABLE (and its elements) being somehow
analogous. There is not a one-to-one correlation between the two
structures. When someone says something to the effect of "converting my
tables site to divs", they must think of their document semantically,
not in terms of some magic conversion.
--
Kevin Scholl
http://www.ksscholl.com/
Navigation:
[Reply to this message]
|