Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Music Album Track Listing - how do I get a bulleted list?

Music Album Track Listing - how do I get a bulleted list?

Locked

Views: 2,040

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 May 2007, 8:02 AM
#1
sibiya2000 avatar

sibiya2000

New Zenner

Join Date:
May 2007
Posts:
18
Plugin Contributions:
0

Music Album Track Listing - how do I get a bulleted list?

Hi,
I'm creating a music CD catalog but the track listing does not appear in a bullects format. I listed tracks from 1 to 10 but they appear in a sentence form than in a bullet form. Your help will be appreciated [still a newbie]

7 May 2007, 11:23 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Music Album Track Listing - how do I get a bulleted list?

Try this:

<ul>ACDC <li>Hells Bells</li> <li>For those about the Rock</li> </ul>

just keep on adding <li> for 9 or 10 more times, rember to close the tag </li> after each one, then start the tag again.

If you wanted numbers instead of <ul> it would be <ol>
Enjoy,

7 May 2007, 12:58 PM
#3
sibiya2000 avatar

sibiya2000

New Zenner

Join Date:
May 2007
Posts:
18
Plugin Contributions:
0

Re: Music Album Track Listing - how do I get a bulleted list?

Thanks Heredo, it worked. At least I've learnt some programming today. Another follow up question: Is there no other options were I can set it as default sothat I can only add the text and automatically generate the number bullets rather than doing that little programming everytime I put the track names.