I have another list output with a nested <ul> :
I need to have a bottom-margin on the nested <ul's> except the last one. The problem I have is that the content for the nested <ul's> is dynamic, so I never know how many nested <ul's> there will be. What would be the best way to target the last nested <ul>Code HTML4Strict:<ul> <li>text <ul> <li>text</li> </ul> <li> </ul
Thank you in advange.

