Robert S. wrote:
Quote:
I would like to create a photo gallery. I'm asking myself whether to use
tables or style sheets for putting the photos. What would you suggest me? |
It's not really a question of either/or, you should use both. People
still use tables because they're fast and easy. You can do the same
thing with CSS spans and divs but you'll spend 3x the time and increase
the complexity of your site by several orders of magnatude to achieve
the same result as a simple table.
I've been working on a photo gallery for my site (
http://www.hunlock.com/index-bak.php?start=launch ) and it uses
javascript, tables, and style sheets. So the short answer is, to make
an interesting web photo-gallery you're going to have to use everything
at your disposal and that means tables AND CSS (and javascript)
Good luck!
---------------------------------------------------------------------------
http://www.hunlock.com -- Permanently under construction (And proud of it!)
$FA