Quote:
Originally Posted by Mutt
if that's the kind of design you've got, basically a huge image you cut into pieces, may as well still use tables - makes no difference at all.
|
for a quick job like some gallery - it is a 'decent' solution as it can be done quickly without needing to know much about html standards.
slicing sites with tables that go in templates of some CMS - worse possible practice, breaking table rows and table cells throughout various templates, or when generating rows, with tables you have to add logic to account row generation and then cell generation. real intend of a table is to present data where one row equals one dataset (recordset) like in database tables or spreadsheets.