TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Re: Seybold column: Why Tables for Layout Is Stupid
Subject:Re: Seybold column: Why Tables for Layout Is Stupid From:"Sean Hower" <hokumhome -at- freehomepage -dot- com> To:<techwr-l -at- lists -dot- techwr-l -dot- com> Date:Tue, 9 Jan 2007 07:32:08 -0800
> Ned Bedinger wrote:
> BTW, do distributed CSS files load more reliably than nested HTML tables?
I don't know if I would say load more reliably. I know that there can be rendering issues with table-based layouts because of the way that browsers render tables......it's been a while since I've looked into this, so I'm not entirely sure this still holds true.
Really, the benefit is in the code....easier to update, easier to maintain, easier for user agents to translate, smaller page sizes that save bandwidth and improve load time.
For example, a simple table layout might look like this (sans any content):
Additionally, you can really put these divs in any order you want because their positioning would be taken care of in the CSS. Any other formatting put on the table layout would go in as a style attribute on the table, tr, or td tags. The thing to note here is that all of that formatting information would have to go into EVERY SINGLE PAGE with table layouts (unless you are using CSS to format the table layout). This means that if you had a site with 1000 pages, you would have to update 1000 pages. With CSS, you update one page, the CSS file.
> Al Geist wrote:
> There are a few websites that I know of which rely totally on CSS for layout rather
> than tables( www.vermont.com <http://www.vermont.com> comes to mind).
Mine is another. CSS Zen Garden and Jeffrey Zeldman's home page are others. The output from Apache Forrest also uses CSS rather than tables......I think. I'd have to check on that to make sure.
********************************************
Sean Hower - communications specialist http://www.seanhower.com
_____________________________________________________________
Create your own web site for FREE at http://www.freehomepage.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WebWorks ePublisher Pro for Word features support for every major Help
format plus PDF, HTML and more. Flexible, precise, and efficient content
delivery. Try it today! http://www.webworks.com/techwr-l
Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include single source authoring, team authoring,
Web-based technology, and PDF output. http://www.DocToHelp.com/TechwrlList
---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-