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]
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]
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,
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
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.