You can create two kinds of lists in your Info Page: an unordered (bulleted) list, and an ordered (numbered) list. Here are examples using the imaginatively titled: Item 1, Item 2 and Item 3.
Bulleted list syntax
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Ordered list syntax
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
So basically your list will need to be bracketed by an open tag and a close tag. The tag identifies the list type – ul (unordered list) or ol (ordered list). Inside the tag the list is organized by listing all list items and each list item will need to be bracketed by the respective open and close ‘li’ tags.
Entering lists into the Long Description field in Shozam
When entering your list in the Step Two, Image tab, Long description field for your Info Page, just type in any preceding text followed by your list syntax. For example, if Jeanne wants to include a list of her favorite websites on her Info Page, she would type the following in the Long description field:
-------------------------------------------------------------------------------------------------------
Hi, I’m Jeanne. Thanks for visiting my website; I hope you find it informative, instructional and most of all, inspirational. I want to share my favorite list of photography sites that get my creative juices flowing:
<ul>
<li>Frank Zipper Photography</li>
<li>Custom Concepts Photography</li>
<li>People’s Choice Gallery</li>
</ul>
If you’ve found a photography site you think is exceptional, send me an email with the URL. I’d love to check it out.
-------------------------------------------------------------------------------------------------------------
It’s that simple to create lists for your Info Page. How can we turn this list of favorite websites into external links? Be sure to visit my next blog post to find out.