Lists side by side question (solved in record speed)

Started by Sara Nilsson, August 05, 2017, 11:39:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sara Nilsson

Hi cuties.

Is there a way to neatly have two lists side by side.

ie

  • test
  • text

and then one more of those but to right of it in a neat order?
Fill all my holes at once and call me a good girl.

Apologies and Absences

Story Ideas

On/Offs

RedPhoenix

Sounds like you need a table!

Check out Flower's amazing tutorial here:

https://elliquiy.com/forums/index.php?topic=207014.0
Apologies & Absences | Ons & Offs
May you see through a million eyes.

Sara Nilsson

oo thank you thank you :) that is exactly what I need.

Fill all my holes at once and call me a good girl.

Apologies and Absences

Story Ideas

On/Offs

Flower

#3
Not sure if you figured it out yet but were you looking for something like this?





  • test
  • text


  • test
  • text

[table]
[tr]
[td]
[list]
[li]test[/li]
[li]text[/li]
[/list]
[/td]
[td][/td][td][/td][td][/td]
[td]
[list]
[li]test[/li]
[li]text[/li]
[/list]
[/td]
[/tr]
[/table]

Sara Nilsson

I figured it out with the help of your guide :) Very well written
Fill all my holes at once and call me a good girl.

Apologies and Absences

Story Ideas

On/Offs

NightLux

Quote from: Flower on August 06, 2017, 06:56:07 AM
Not sure if you figured it out yet but were you looking for something like this?





  • test
  • text


  • test
  • text

[table]
[tr]
[td]
[list]
[li]test[/li]
[li]text[/li]
[/list]
[/td]
[td][/td][td][/td][td][/td]
[td]
[list]
[li]test[/li]
[li]text[/li]
[/list]
[/td]
[/tr]
[/table]


Ah, I finally found you in the wild!  So not to get onto geek level discussions of tables I don't understand why you added the middle portion of all the cells - are you doing it to add extra spaces between the two columns of lists?  Why not just do a single cell with a bunch of spaces?  You could just do:


[table]
[tr]
[td][list]
[li]Test[/li]
[li]Text[/li][/list][/td]
[td][list]
[li]Test[/li]
[li]Text[/li][/list][/td]
[/tr]
[tr]
[td]Extra Row[/td]
[td]Extra Row[/td]
[/tr]
[/table]


To get this:





Header #1     Header #2

  • Test
  • Text
     

  • Test
  • Text
Extra Row     Extra Row

I also added the extra rows on top and bottom to highlight the spacing that the list tag adds above and below the list.
[tr][td]
[/td][td]
RP Status: Seeking new partners
RL Status: Looking forward to my birthday!
Solo Status: 0 (due) / 3 (total)
In Development: 0
Group Due: 0 (due) / 0 (total)
[/td][/tr][/table]

Flower

I'm often on Elliquiy so anyone is welcome to message me.

I read your tutorial. In the end, I prefer my method. Of course, people are welcome to do whatever they want. The main point is to make tables less daunting.