UncleMortis
Programmer
This is the css for my paragraph:
.para {width:"100%";
margin-left:auto;
margin-right:auto;
text-align:left}
If I place a list in there, I'll lose the dots or numbers, though you can still see the place where they should be. Now if I leave the same list outside of the .para, then the numbers or dots will appear again. It also does it if I use the .para in the OL, or UL tag.
I'm also having trouble where I've told the body to text-align everything center, so that the paragraphs will appear in the middle of the page. If I have a list the numbers will not line up and the list becomes very messy. Anyone got any ideas on how to keep my dots and to stop the list from doing it's own thing? The pages aren't up at the moment sorry.
.para {width:"100%";
margin-left:auto;
margin-right:auto;
text-align:left}
If I place a list in there, I'll lose the dots or numbers, though you can still see the place where they should be. Now if I leave the same list outside of the .para, then the numbers or dots will appear again. It also does it if I use the .para in the OL, or UL tag.
I'm also having trouble where I've told the body to text-align everything center, so that the paragraphs will appear in the middle of the page. If I have a list the numbers will not line up and the list becomes very messy. Anyone got any ideas on how to keep my dots and to stop the list from doing it's own thing? The pages aren't up at the moment sorry.