Lists: problems and questions

I’m trying to recreate an existing site of mine, created in DreamWeaver.

It’s in FAQ form, but pretty plain; the most complicated components are table-based contents on the first page, with sub-contents on each additional page.

Though I might go back to tables for the Freeway version (because I’m not having much luck now), I started to recreate it with lists.

a) is there a way (Action-based, I guess, since it doesn’t seem possible with the built-in function) to have the numbering progress to decimals? That is:

  1. TOPIC
  2. TOPIC

    2.1 SUBTOPIC
  3. TOPIC

So far, I’ve been changing Style to unbulleted and numbering manually.


b) is there a way to get the List Style to stay the same as the preceding one, rather than go back to default? If I indent and change the Style from the default to numbered (or unbulleted), the next line goes back to default rather than the current list style.


c) In creating a list, I’ve gone to three levels of indent, and encountered a problem. It looks something like this:

  1. TOPIC
  2. TOPIC

    2.1 SUBTOPIC
  3. TOPIC

    3.1 SUBTOPIC


3.1.1 SUBSUBTOPIC

3. TOPIC

There’s an extra line between the twice-indented item (3.1.1) and the once-indented items above and below. The source for the published page shows a < dl > and < /dl > on either side. I’ve tried re-doing the line, but that code keeps getting inserted.

Should I just give up and use a table?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Don’t ‘give up’ – anyone can do that! :slight_smile:

Here is more about different list structures:
http://www.w3schools.com/HTML/html_lists.asp

The only tables I’ve seen labeled this way were unordered lists that were manually made so:
http://www.w3.org/TR/CSS21/generate.html

You “can” mix automatic order styles such as

  1. TOPIC
    a. subtopic
    b. subtopic

Here is an example of how to accomplish this:
http://www.thebigerns.com/freeway/workbench/fw5_scott-lists/

On Sun, May 4, 2008 at 7:30 AM, Scott wrote:

I’m trying to recreate an existing site of mine, created in DreamWeaver.

It’s in FAQ form, but pretty plain; the most complicated components are table-based contents on the first page, with sub-contents on each additional page.

Though I might go back to tables for the Freeway version (because I’m not having much luck now), I started to recreate it with lists.

a) is there a way (Action-based, I guess, since it doesn’t seem possible with the built-in function) to have the numbering progress to decimals? That is:

  1. TOPIC
  2. TOPIC

    2.1 SUBTOPIC
  3. TOPIC

So far, I’ve been changing Style to unbulleted and numbering manually.


b) is there a way to get the List Style to stay the same as the preceding one, rather than go back to default? If I indent and change the Style from the default to numbered (or unbulleted), the next line goes back to default rather than the current list style.


c) In creating a list, I’ve gone to three levels of indent, and encountered a problem. It looks something like this:

  1. TOPIC
  2. TOPIC

    2.1 SUBTOPIC
  3. TOPIC

    3.1 SUBTOPIC


3.1.1 SUBSUBTOPIC

3. TOPIC

There’s an extra line between the twice-indented item (3.1.1) and the once-indented items above and below. The source for the published page shows a < dl > and < /dl > on either side. I’ve tried re-doing the line, but that code keeps getting inserted.

Should I just give up and use a table?


Ernie Simpson – Freeway 5 Pro User – http://www.thebigerns.com/freeway/

Urgh. I thinking that maybe a table is the simplest way to go.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Well, whether a list or a table you will still have to type the custom numbering into each “list item”. As a list, the numbering scheme won’t mean diddley to non-sighted browsers but everything will still interpret it as a list – which is appropriate as all the list items will appear related. As a table however, non-sighted browsers will not see each entries relationship to the other or to the whole because Freeway still cannot correctly identify a data table from a layout table.

As for future editing, it may also prove easier to rearrange a list as opposed to a table. But as you say, “Urgh”. Such is life.

On Mon, May 5, 2008 at 9:43 AM, Scott wrote:

Urgh. I thinking that maybe a table is the simplest way to go.


Ernie Simpson – Freeway 5 Pro User – http://www.thebigerns.com/freeway/