[TYPO3-dev] indexed search: where is the css template?
S. Teuber
traveler_in_time at gmx.net
Tue Mar 14 14:54:27 CET 2006
Hi Michael,
> The template validates successfully even though it uses tables in some
> places (which I don't consider to be a bad thing for a result list).
Technically, it is. As you say yourself, a result list is a *list*, not a
table. Data to be wrapped in table tags is something like
Mo Th We Th Fr Sa So
LA 32 31 34 32 29 35 33
NY 26 26 28 23 27 23 25
SF 30 29 33 35 31 34 32
Perfect table, alright. But
1. My search result 22%
Abstract abstract abstract
aaaabstract ab-stract abstract
/path/to/page.php
has nothing table-like, I'm afraid.
It's not that hard to choose tags based on the semantic
of the data to be displayed rather than on the desired
layout of the page once you're used to it. And that's
the idea behind SGML, XML and modern (X)HTML/CSS.
Sven
More information about the TYPO3-dev
mailing list