Log in

View Full Version : BBcode help


pein87
09-03-2009, 12:11 AM
I was working on a new bbcode that would allow my users to make a better list them what vbulletin already has. the code I wrote was:

<li style="list-style-image:{option}.png">{param}</li>

I them mmde its show as this:

New RPG postbit

I then made another bbcode like this:

<ul>{param}</ul>

and used:

The problem is it doesnt work at all. How would I make it so that this bbcode worked and so they can choose the image of there bullet for the listed item?