Forum widget question

Lookitdisguy at 05h12
11
Dec
2011
I want to add a ranking system to my widgets that I can update when needed (for games not posts or anything like that) but whenever I set everything up instead of getting this:

1. test
2. test
3. test
4. test
5. test
6. test
etc...

I keep getting this instead:

1.test 2.test 3.test 4.test 5.test 6.test etc...

How can I make the list look like the first example I put up and not right next to each other?

I have tried giving each a space or 2 in between but get the next to each other text.

Thanks
1 LGforum, on 11/12/2011 at 05h17
Because in HTML spaces get cut out. To create a line break you must use '<br />'

OR you could make an actual list:

<ul>
<li>Test 1 </li>
<li>test 2</li>
and so on...
</ul>

If you don't know much HTML, i'd recommend not using the HTML editor, by pressing the green cross which says HTML when your creating your widget.
2 slg, on 11/12/2011 at 05h19
Use the BB code for lists:

Code:
[list=1][*]message
[*]message
[*]message[/list]


3 Lookitdisguy, on 11/12/2011 at 06h09
Ok that solves my issue thanks...this can be considered solved.
4 Sanket, on 11/12/2011 at 11h27
Topic Solved & Locked
Similar topics
How do you make certain widgets appear to only those people who are logged into the forums. I don't want guest to be able to view all the widgets.
OK I didn't want to make two topics, so I threw them both here. First: There's a problem with my forum widgets. I have the left side of the forum properly displaying widgets, but the ones on the right do not appear at all. Help please with
I know what RSS Feeds are, but I do not understand how the RSS Feeds widget works.
Replies 1 to 4 on 4 for "Forum widget question"
See also
more_less
Informations

4 Replies For the topic :
"Forum widget question"

This topic has been viewed 476 times.

Last message :
11/12/2011 at 05h12 by "Lookitdisguy"