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?
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?
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 {...}
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
This topic has been closed to new replies.