Re: Using tables for content

Subject: Re: Using tables for content
From: Scott Bulloch <scott -dot- bulloch -at- gmail -dot- com>
Date: Thu, 24 Oct 2013 10:26:28 -0700

In the documentation I write, I mainly use tables for presentation of data,
either for data entry or for system information. I try not to put button
presses or tab selections in the tables.


For example:
1. On the <xxx> screen, make the following entries:
<table here with column headers for field, user action/values, and comments>
<data goes beneath>
2. Choose the <yyy> tab.
3. Make the following entries:
<another table>
4. Save your entries.


On Thu, Oct 24, 2013 at 9:48 AM, Paul Hanson <twer_lists_all -at- hotmail -dot- com>wrote:

> What is your delivery format? PDF? HTML? Something else?
>
> Speaking about Word docs, I worked for a company that had numbered
> procedures within a three column table. The first column was an empty
> square
> (the thought being that the user could print the procedure and check the
> box
> when they were done), the second column was a numbered step, and the third
> the actual content.
>
> I remember this time in my career with fondness because as I began the
> massive task of converting that Word content to HTML (during the WinHelp to
> HTML conversion), I was also learning HTML and about this amazing technique
> for controlling format called "Cascading Style Sheets." With the three
> column format, I learned that you couldn't do a continuous OL within a
> table
> without adding start="N" <ol start="2"> so, essentially, it was manually
> numbering. I also learned that code like this:
>
> <p>1. Complete the ....</p>
> <p>2. Complete the ....</p>
>
> Should be rewritten to:
>
> <ol>
> <li>Complete the</li>
> <li>Complete the </li>
> </ol>
>
> And if I did that, adding a step prior to step 1 in a long procedure would
> not require manual renumbering. All of this was also at the time when the
> tables in the Word docs were being used to control formatting. The big buzz
> about *not* using tables to control formatting was deafening at the time.
> Around this time, I talked to Dave Gash @ WinWriters in 2004 in Boston
> about
> using tables in documentation and the takeaway from that discussion was
> that
> if your content is tabular, then yes, use a table. If it's not, don't use
> one.
>
> All that to say I do not have procedures in tables in any content I work
> with on a regular basis.
>
> Paul Hanson
> Senior Technical Writer
> My blog: http://prhmusic.blogspot.com
> My band: Lou's Classic Ride: https://www.facebook.com/LousClassicRide
> My frequently ignored Twitter account: @phrmusic - follow me!
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> New! Doc-to-Help 2013 features the industry's first HTML5 editor for
> authoring.
>
> Learn more: http://bit.ly/ZeOZeQ
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> You are currently subscribed to TECHWR-L as scott -dot- bulloch -at- gmail -dot- com -dot-
>
> To unsubscribe send a blank email to
> techwr-l-leave -at- lists -dot- techwr-l -dot- com
>
>
> Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
> http://www.techwhirl.com/email-discussion-groups/ for more resources and
> info.
>
> Looking for articles on Technical Communications? Head over to our online
> magazine at http://techwhirl.com
>
> Looking for the archived Techwr-l email discussions? Search our public
> email archives @ http://techwr-l.com/archives
>


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
New! Doc-to-Help 2013 features the industry's first HTML5 editor for authoring.

Learn more: http://bit.ly/ZeOZeQ

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-leave -at- lists -dot- techwr-l -dot- com


Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwhirl.com/email-discussion-groups/ for more resources and info.

Looking for articles on Technical Communications? Head over to our online magazine at http://techwhirl.com

Looking for the archived Techwr-l email discussions? Search our public email archives @ http://techwr-l.com/archives


References:
Using tables for content: From: Sean
RE: Using tables for content: From: Janoff, Steven
Re: Using tables for content: From: Haim Roman
RE: Using tables for content: From: Paul Hanson

Previous by Author: Re: Technical Editing
Next by Author: Re: Adobe was hacked
Previous by Thread: RE: Using tables for content
Next by Thread: RE: Using tables for content


What this post helpful? Share it with friends and colleagues:


Sponsored Ads