• RS MAY CLUB MEETING
    Hi Guest: Our monthly RS meeting on Wed. May 1st will be held at the Rooney Sports Complex. Details and directions are here. Early start time: 7:00 pm. to take advantage of daylight. We'll be talking ColoYota Expo and Cruise Moab.
    If you are eligible for club membership, please fill out an application in advance of the meeting and bring it with you.

Lists

subzali

Hard Core 4+
Joined
Aug 22, 2005
Messages
10,320
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,484
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,320
Location
Denver CO
cool, thanks guys. I figured out a workaround so it would look the way I want.
 
Top