Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8791585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:51:48+00:00 2026-06-13T22:51:48+00:00

I have a HTML unordered list element that should have no bullet points shown(I

  • 0

I have a HTML unordered list element that should have no bullet points shown(I am using my own images for bullet points).

My Problem: The default black bullet points are appearing on the UL when there shouldn’t be any.
enter image description here

The website is a Dot Net Nuke run website and it looks like the Skin CSS is causing this error. Do you know how I can stop the back bullets from appearing?

My CSS:

.infoTab ul {
    list-style-type: none;
    list-style-position: outside; 
    margin-left: 15px;
    padding: 0px;
}

.infoTab li {
    background-image: url("../../Site Images/headingIcon.png");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T22:51:48+00:00Added an answer on June 13, 2026 at 10:51 pm

    On skin.css line 281 you have

    ul li {
        list-style-position: outside;
        line-height: 1.2em;
        list-style-type: disc;
    }
    

    then default.css line 104

    ul li {
        list-style-type: square;
    }
    

    , which overrides

    .infoTab ul {
        list-style-type: none;
        list-style-position: outside;
        margin-left: 15px;
        padding: 0px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an unordered HTML list and am using CSS to style everything. When
I have a function when a user double clicks a horizontal list, that element
I have an unordered list in the footer of my html doc. The first
Is it possible to output the following HTML unordered list using recursion. <ul> <li>1
I have got an simple html unordered list. <ul> <li>Item 1</li> <li> Group 1
When I have an unordered list formatted as inline-blocks, the last list element in
If I have an unordered list, e.g. <ul> <li><a href=index.html>Home</a></li> <li><a href=index.html>About</a></li> <li><a href=index.html>Service</a></li>
I have an unordered list (each list element contains some further markup but this
I have an HTML element with a large collection of unordered lists contained within
I have a DIV that contains an unordered list. I want to make a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.