Page 1 of 1

list test

Posted: Sat May 07, 2016 8:06 pm
by goose
TAM, gave me some pointers for posting lists in a more readable format. I am making sure I can use the tags correctly.

This is the main point:
  • this is sub-point 1?
  • this is the second sub-point.
    • but this is a supporting note for sub-point 2
    • another supporting note.
  • and this is my third sub point, am i right?

Re: list test

Posted: Sat May 07, 2016 8:07 pm
by goose
extra lines. wait one.

Re: list test

Posted: Sat May 07, 2016 8:09 pm
by goose
This is the main point:
  • this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
    • another supporting note.
and this is my third sub point, am i right? [/list]

better?

Re: list test

Posted: Sat May 07, 2016 8:10 pm
by goose
This is the main point:
  • this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
    another supporting note.
and this is my third sub point, am i right? [/list]

better, still?

Re: list test

Posted: Sat May 07, 2016 8:10 pm
by goose
goose wrote:This is the main point:
  • this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
      another supporting note.
    and this is my third sub point, am i right?
more better?

Re: list test

Posted: Sat May 07, 2016 8:11 pm
by goose
This is the main point:
  • this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
      another supporting note.
    and this is my third sub point, am i right?
more better?

Re: list test

Posted: Sat May 07, 2016 8:16 pm
by goose
This is the main point:
  • this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
      another supporting note.
    and this is my third sub point, am i right?
wha? dang extra line.

Re: list test

Posted: Sat May 07, 2016 8:17 pm
by goose
goose wrote:This is the main point:
  1. this is sub-point 1?
    this is the second sub-point.
    1. but this is a supporting note for sub-point 2
      another supporting note.
    and this is my third sub point, am i right?
wha? dang extra line.

Re: list test

Posted: Sat May 07, 2016 8:27 pm
by goose
This is the main point:
  1. this is sub-point 1?
    this is the second sub-point.
    1. but this is a supporting note for sub-point 2
      another supporting note.
    and this is my third sub point, am i right?
wha? dang extra line! Not that I'm bitter.

Re: list test

Posted: Sat May 07, 2016 8:28 pm
by goose
This is the main point:
  1. this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
    • another supporting note.
    and this is my third sub point, am i right?
wha? dang extra line! Not that I'm bitter.

Re: list test

Posted: Sat May 07, 2016 8:31 pm
by goose
[quote="goose"]This is the main point:
  1. this is sub-point 1?
    this is the second sub-point.
    • but this is a supporting note for sub-point 2
    • another supporting note.
    and this is my third sub point, am i right?
wha? dang extra line! I'm not above cursing. whhhhyyyyyyyyyyy?

Code: Select all

code


Re: list test

Posted: Sat May 07, 2016 8:39 pm
by goose

(2) "Notice" means:
  • (A) oral or written communication by the owner or someone with apparent authority to act for the owner;
    (B) fencing or other enclosure obviously designed to exclude intruders or to contain livestock;
    (C) a sign or signs posted on the property or at the entrance to the building, reasonably likely to come to the attention of intruders, indicating that entry is forbidden;
    (D) the placement of identifying purple paint marks on trees or posts on the property, provided that the marks are:
    • (i) vertical lines of not less than eight inches in length and not less than one inch in width;
      (ii) placed so that the bottom of the mark is not less than three feet from the ground or more than five feet from the ground; and
      (iii) placed at locations that are readily visible to any person approaching the property and no more than:
      • (a) 100 feet apart on forest land; or
        (b) 1,000 feet apart on land other than forest land; or
    (E) the visible presence on the property of a crop grown for human consumption that is under cultivation, in the process of being harvested, or marketable if harvested at the time of entry.
Some extra lines are to be expected, I guess.


Re: list test

Posted: Sat May 07, 2016 8:43 pm
by warnmar10
but wait there's more, you can nest this stuff:

Code: Select all

[list=i][*][*][*][/list]

Code: Select all

[list=I][*][*][*][/list]

Code: Select all

[list][*][*][*][/list]

Code: Select all

[list=A][*][*][*][*][/list]

Code: Select all

[list=a][*][*][*][/list]

Code: Select all

[list=1][*][*][*][/list]

Code: Select all

[list=A]
[*]The Big Picture
[list=I]
[*]Section I
[list=1]
[*]Party of the 1st part
[list]
[*]a bullet
[list=a]
[*]the little alpha
[list=i]
[*]finally the point
[*][*][/list]
[*][*][/list]
[*][*][/list]
[*][*][/list]
[*][*][/list]
[*]
[*][/list]
  1. The Big Picture
    1. Section I
      1. Party of the 1st part
        • a bullet
          1. the little alpha
            1. finally the point

Re: list test

Posted: Sat May 07, 2016 9:09 pm
by goose
warnmar10 wrote:but wait there's more, you can nest this stuff:
  1. The Big Picture
    1. Section I
      1. Party of the 1st part
        • a bullet
          1. the little alpha
            1. finally the point
Sweet. I tested an ordered list, and I had tested list items, but didn't add a list item to an ordered list. So, I didn't see the output I was looking for. This was the piece I was missing. Thank you!

Re: list test

Posted: Sat May 07, 2016 9:20 pm
by warnmar10
goose wrote:Sweet. I tested an ordered list, and I had tested list items, but didn't add a list item to an ordered list. So, I didn't see the output I was looking for. This was the piece I was missing. Thank you!
Any time.