Quote:
Originally Posted by peterska2
For that particular type of bullet, you would need to use
Code:
<ul><li>[high]link/text/whatever here[/high]</li></ul>
Use between each item and omit the until the final item so your list would look like
Code:
<ul>
<li>Item One</li><br />
<li>Item Two</li><br />
<li>Item Three</li>
</ul>
You can put as many items as you wish within the list using this format.
|
I just wanted to give you credit Kerry-Anne... you explain things so well, so clearly... I know it is appreciated by more than just myself.
Thank you!