can I test in this thread or is there a dedicated one for such purpose? I wouldn't want to be Off Topic.
Why, when I quote, does it display the web linked image but just says that attach 565 for the uploaded image? I've seen this happen a number of times.
Can table BBCode tags be supported? Award Points Cell Testing numbered lists since they weren't working in the wiki... Entry 1 Entry 2 Yep! Numbered (ordered) lists work here!
testing nested lists bbcode one two three aaa bbb ccc subc1 subc2 ddd subd2 eee Test of nested lists pasted from word 1. Item 1 2. Item 2 3. Item3 a. Sub a b. Sub b i. Inner m ii. Inner n iii. Inner 0 c. Sub c i. Inner p 4. Item 4 5. Item 5
How do we create nested tables lists? The one I pasted from word looked good in preview, but lost formatting in the final. With bbcode I don't seem to be able to do a decent job of nesting tables.
Nested tables? Or nested lists? 1. Item 1 2. Item 2 3. Item3 a. Sub ab. Sub b i. Inner m ii. Inner n iii. Inner 0c. Sub c i. Inner p4. Item 4 5. Item 5
Nested lists. That's what I want. In bbcode what you did looks simple enough- but how did you create it? by hand or with the indent and list icons? when I try it gets all screwed up.
I did it by hand with indents. Selected each set of rows, and clicked the indent button in the GUI editor. If you reply to the post, then you can go into the BBCode editor to view what my code looks like behind the scenes.
I see it in your bbcode, but when I try it screws up. Indent undos list, and if I indent twice the second time undos the first indent. Ah, looking closer at your bbcode, you're not using list at all, just indent. Still, when I indent twice, the second cancels the first instead of doing an indent=2
Sort of an odd thing about how BBCode gets handled in this forum is that tags which are allowed to span lines are reapplied to each individual line -- even if you had manually built the code in the BBCode Editor. Two bold lines in which the 2 lines were selected together in the Rich Text Editor and then had bold applied at once: bold line 1 bold line 2 Code: Two bold lines in which the 2 lines were selected together and then had bold applied at once: [B]bold line 1[/B] [B]bold line 2[/B] Two bold lines in which the 2 lines were manually wrapped with a single tag spanning both lines: bold line 1 bold line 2 Code: Two bold lines in which the 2 lines were manually wrapped with a single tag spanning both lines: [b]bold line 1 bold line 2[/b] After submitting (or after passing to Preview), the manually tagged code still automatically had the bold tag applied to both lines individually. This might warrant a new thread for discussion -- particularly if the wiki doesn't behave the same way.
huh? it seems to be working this time. 1. Item 1 2. Item 2 3. Item3 a. Sub ab. Sub b i. Inner m ii. Inner n iii. Inner 0c. Sub c i. Inner p4. Item 4 5. Item 5
Correct. I just indented the already-numbered list that you pasted in from Word. When copying a generated list from Word, it copies it as if it is all text -- not specially formatted/tagged text. So if I then applied list tags to your stuff from Word, it would look like this... 1. Item 1 2. Item 2 3. Item3 a. Sub a b. Sub b i. Inner m ii. Inner n iii. Inner 0 c. Sub c i. Inner p 4. Item 4 5. Item 5 A variation combining lists and indents (which ignores sub-levels): 1. Item 1 2. Item 2 3. Item3 a. Sub a b. Sub b i. Inner m ii. Inner n iii. Inner 0 c. Sub c i. Inner p 4. Item 4 5. Item 5 There are definitely some funny behaviors with dealing with lists in the RT Editor: If I start with this... Item 1 Item 2 Item 3 Item 4 ...and then click the Numbered List button while on Item 3, then Item 3 is removed from being part of a list, and Item 4 becomes its own list. Like this... Item 1 Item 2 Item 3 Item 4 ...and if I then try to put Item 3 back into the list, then it becomes its own independent list looking like this... Item 1 Item 2 Item 3 Item 4 ...and if I then highlight all 4 lines try to remove them all from lists and then try to join them back together as one list, I end up with this... Item 1 Item 2 Item 3 Item 4