x

HTML bullet points not showing

Hi!

I'm using HTML to create a bullet-pointed list (I'm not using weebly because I need to be able to interact with the text.) When I preview the html in the site editor, it shows up fine. But when I publish it to my website, it just looks like text with line breaks. 

My code looks something like this:

<ul>

<li>text and stuff</li>

<li>more stuff</li>

<li>amazingly interesting stuff</li>

</ul>

Let me know if this is outside Weebly's support. 

8,503 Views
Message 1 of 8
Report
1 Best Answer
Square

Best Answer

I see what you mean. Try wrapping your list in a div with the paragraph class, like this:

<div class="paragraph">
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
</div>

View Best Answer >

8,468 Views
Message 9 of 8
Report
7 REPLIES 7
Square

Hi @polarbears What is the name of the site and the page you are adding the content to? We'll take a look for you. Smiley Happy

8,496 Views
Message 9 of 8
Report

The URL is infotesting.weebly.com. The page is 'Dates and Information' under 'Registration'

8,482 Views
Message 9 of 8
Report
Square

I'm seeing bullet points on the page you listed. Did you make more changes, @polarbears?

8,477 Views
Message 9 of 8
Report

I'm only seeing bullet points that I generated using Weebly's text editor. Above those there is a bit of text that should have bullet points, but doesn't in the webpage. Are you seeing something different?

8,471 Views
Message 9 of 8
Report
Square

Best Answer

I see what you mean. Try wrapping your list in a div with the paragraph class, like this:

<div class="paragraph">
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
</div>
8,469 Views
Message 9 of 8
Report

That fixed it. Thank you!

8,459 Views
Message 9 of 8
Report

What's the reasoning for this? It fixed it for me too.

2,458 Views
Message 9 of 8
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.