ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Special User Sections > Site/Forum Features

Formatted lists

<< < (2/2)

Carol Haynes:
It's strange becaue the list button used to work.

mouser:
it works on ie - looks like a firefox problem.

Carol Haynes:
Yep it works for me on IE - but I am also getting a lot of scripting errors in IE (status bar bottom left shows warning triangles on most pages).


* item
* item
* item
Any idea how to fix this for Firefox

Does it work for nesting?


* item level 1

* item level 2
* item level 2
* item level 1
* item level 1
YEP here's the code for a nested list ...


--- ---[list]
[li]item level 1[list][li]item level 2[/li][li]item level 2[/li][/list][/li]
[li]item level 1[/li]
[li]item level 1[/li]
[/list]

Note the indented (level 2) items are entirely within the 'li' tags for the first item in the top level list.

Here it is again, modified to empahsize the structure:


--- ---[list]
  [li]
    item level 1
      [list]
        [li]
          item level 2
        [/li]

        [li]
          item level 2
        [/li]
      [/list]
  [/li]

  [li]
    item level 1
  [/li]

  [li]
    item level 1
  [/li]
[/list]

rjbull:
I was looking at it with Firefox, too...

I take it the (code)(/code) tags force literal rendering?  (looks like it from here)

Navigation

[0] Message Index

[*] Previous page

Go to full version