Website Building » Wix » How Do I Display a List in Wix?

How Do I Display a List in Wix?

Last updated on January 1, 2023 @ 12:25 pm

There are many ways to display a list in Wix. You can use the Wix editor to add a list to your page, or you can use HTML to style a list on your page.

To add a list in the Wix editor, simply click on the “Add” button and then select “List” from the menu. This will insert a basic list onto your page. You can then click on the list items and enter your own text.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

To create a bullet point list, you will need to use the <ul> tag. This stands for unordered list.

To create each individual bullet point, you will need to use the <li> tag. This stands for list item. For example:

<ul>
  <li>item 1</li>
   <li>item 2</li>
   <li>item 3</li>
</ul>

You can also change the way your bullet points look by using CSS code. For example, you could change the bullets to squares or circles by using the following code:

ul {list-style-type: square;} /* Makes bullets into squares */
ul {list-style-type: circle;} /* Makes bullets into circles */
PRO TIP: Please be aware that the Wix platform is not intended for displaying lists. If you attempt to display a list on your Wix site, it is likely that the list will not appear as intended. Additionally, Wix may not be able to support all of the functionality that is typically associated with lists. As a result, we recommend that you avoid using lists on your Wix site.
Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.