- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
The URL is infotesting.weebly.com. The page is 'Dates and Information' under 'Registration'
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I'm seeing bullet points on the page you listed. Did you make more changes, @polarbears?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
That fixed it. Thank you!
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
What's the reasoning for this? It fixed it for me too.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report