|
Posted by Jonathan N. Little on 09/01/06 16:26
jokla wrote:
> I was wondering what's the best to use for a page containing some
> products?
>
> Currently I'm using divs to keep the content where I want . . . you can
> see this at http://www.prilux.de/lexmark
> As there is a to high code/content radio and the divs make the .php
> file too big, I decided to try the same thing using unordered list . .
> . which I did for http://www.prilux.de/oki
>
> Before the whole redesign of the website, tables were used for product
> listing and when I did the redesign of the site I decided to leave
> tables in the past and move forward. Well, tables would be the best,
> but as an alternative to this what is better div ( which breakes the
> flow of the content and would require much more code ) or lists ( which
> makes the site smaller in size and has and natural content flow, I
> guess ). I have to say that I'd rather not go back to tables.
>
Dang looks like tabular data to me. This is where you *should* use a
table. Tables themselves are not deprecated, just for use as a layout
structure.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|