I have run into an issue where I can't seem to control the styling of the items on my datalist. The external styling does not provide any vertical spacing between each item. Is there a way to add this spacing?
<div id="cssmenu">
<ul>
<li><a href='SurveyorHome.aspx'><span>Home</span></a>
</li>
<li><a href='GENERATE_CLAIM.aspx'><span>Generate New Claim</span></a>
</li>
<li><a href='Add_Trainee.aspx'><span>Add Trainee</span></a>
</li>
<li><a href='AssignTrainee.aspx'><span>Assign Task </span></a>
</li>
This continues with multiple list items