Lists

subzali

Hard Core 4+
Joined
Aug 22, 2005
Messages
10,318
Location
Denver CO
I'm wondering if I can do this. I'd like to have a list like this:

1.
2.
3.
4.

writing writing writing not associated with point #4...

writing writing writing

5.
6.
7.
8.

Instead I get this:

1.
2.
3.
4.

writing writing writing not associated with point #4...

writing writing writing

1.
2.
3.
4.

In other words, the list starts over each time. I'm trying to understand the VB code:

[LIST=1]
[*]
[/LIST]

What does the "=1" mean? Can I put in "=8" and make the list start at number 8, for example?
 
Last edited:

Hulk

RS Webmaster
Staff member
Moderator
Cruise Moab Committee
Joined
Aug 22, 2005
Messages
16,455
Location
Centennial
There doesn't seem to be an easy way to do what you're asking. The code you reference is actually for the type of list (1,2,3 or a,b,c or I,II,III). See here for details. FYI: the forum markup is called BBCode -- you can learn more with a simple Google search.
 

subzali

Hard Core 4+
Joined
Aug 22, 2005
Messages
10,318
Location
Denver CO
cool, thanks guys. I figured out a workaround so it would look the way I want.
 
Top