HTML - left-align <ul> element

Netix

New Member
I am working on a classic ASP site, and an unorderd list on the right nav bar needed to be left-justified. By removing the \[code\]<ul></ul>\[/code\] tags and simply leaving the list items, I was able to accomplish this. However, now the text for the first item, which is apparently too long for the table cell it is housed in, bleeds into the second line. Does anyone know, without using a \[code\]<ul>\[/code\] tag, how to justify the text properly? Here is a screen shot. I need to have the word 'application' align with the first word in each of the bulleted items.
UkNx7.png
Here is the HTML from this section: \[code\]<p><strong><span style='font-size:10.0pt; font-family:"Helvetica", "sans-serif"; color:#0070B9'>Please contact our Product Specialists for assistance with:</span></strong></p> <li><span style='font-size:10.0pt; font-family:"Helvetica", "sans-serif"; color:#666666'>Submitting your first application</li> <li><span style='font-size:10.0pt; font-family:"Helvetica", "sans-serif"; color:#666666'>Marketing Materials</span></li> <li><span style='font-size:10.0pt; font-family:"Helvetica", "sans-serif"; color:#666666'>Quoting tools</span></li><p><strong><span style='font-size:10.0pt; font-family:"Helvetica", "sans-serif"; color:#0070B9'><br />\[/code\]EDIT Here is a screen shot of the list with the \[code\]<ul>\[/code\] tag.
mYoSJ.png
 
Top