finstah1
06-27-2007, 01:51 PM
For the life of me I can't remember how I did this before. Basically I want a hard return after each item in a list:
1. blah
2. blah
3. blah
I tried adding margins to the ul as well as the li (not listed) but to no avail.
I always get
1. blah
2. blah
3. blah
#highlights, #highlights ul, #highlights ul li {font: normal 8pt "Franklin Gothic Medium", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;}
#highlights ul a { color: #A0BAC5;}
#highlights ul {
margin: 1.5em 1em;
padding: 0;
text-align: left;
white-space: nowrap;
background: url(../images/list_square.gif);
}
#highlights {list-style-image: url(../images/list_square.gif);}
Can anyone think of anything to remedy this?
1. blah
2. blah
3. blah
I tried adding margins to the ul as well as the li (not listed) but to no avail.
I always get
1. blah
2. blah
3. blah
#highlights, #highlights ul, #highlights ul li {font: normal 8pt "Franklin Gothic Medium", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;}
#highlights ul a { color: #A0BAC5;}
#highlights ul {
margin: 1.5em 1em;
padding: 0;
text-align: left;
white-space: nowrap;
background: url(../images/list_square.gif);
}
#highlights {list-style-image: url(../images/list_square.gif);}
Can anyone think of anything to remedy this?