tiki16
04-09-2008, 11:14 AM
Hello,
I have a <ul> set within a container of a fixed width. If the text in the <li> is wider than the containers it wraps under the text but is just left of the text above it.
How do i have the text that wraps align properly with the text above so that all li items are aligned properly?
I have this css:
.section-content ul{float:left;
list-style: circle; text-align:left;
}
.section-content ul li{text-align:left;
margin-bottom: 3px;
}
thanks
I have a <ul> set within a container of a fixed width. If the text in the <li> is wider than the containers it wraps under the text but is just left of the text above it.
How do i have the text that wraps align properly with the text above so that all li items are aligned properly?
I have this css:
.section-content ul{float:left;
list-style: circle; text-align:left;
}
.section-content ul li{text-align:left;
margin-bottom: 3px;
}
thanks