As I said in my post, I tried that and it doesn't seem to do anything. I put in:
HTML Code:
ul, li {
margin-left: 25px;
padding-left: 25px
}
And it still looks the same.
EDIT: I fixed it, this seems to work:
HTML Code:
ul {
list-style-position: inside
}
Last edited by funkdaddu : 09-21-2005 at 11:41 AM.
|