This is the code you have to put in .aspx page:
<asp:BulletedList ID="your_bullet_id" runat="server" ></asp:BulletedList>
and here teh code per CSS stylesheet:
li
{
display: inline;
padding-left:
15px;
background: url(path_of_your_custom_bullet_image) no-repeat;
}
My Two Cents ...
Nessun commento:
Posta un commento