Hey guys, I have been looking everywhere about how to do this but still can't find it. Here's what I'm trying to achieve: I want to create a list using the <ul> tag. But I want the list's elements to be separated. For example, now it's like this: Example line1 Example line2 Example 2 Example 3 What I want: 1. Example line 1 Example line 2 2. Example 2 3. Example 3 Thanks for the help!
Hey Gary, that's not what I mean. What I want to achieve is this: item 1 item 1 line 2 item 2 item2 line 2 item 3 item 3 line 3 As in the list items are grouped together and not all jumbled together. I hope that helps.