• ok so comments are used at li and i have a style on them. but when i have a ul and li inside the comment they receive the same style. is there a way to use the default style (the bullets or numbers) instead of the style i have?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is not possible to just delete the parent style, but you can redefine it via

    ul style for parent ul
    ul ul style for child

    if you have defined an ul in a div:
    .divstyle ul {…}
    .divstyle ul ul {…}

    Thread Starter blazin6543

    (@blazin6543)

    ya i get all that ?? but my bullets and numbers have disappeared is there anyway to have a bullet or number list in a child ul?

    why dont you paste the code you have for your style.css for this?

    you can slo try validating your style.css from w3.org and see if the style.css is correct format

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘list and sublists’ is closed to new replies.