Page is a not externally linkable
barkster - 8:47 pm on Nov 8, 2011 (gmt 0)
How do I get some text to go at the end of an unordered list instead of the line below?
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
total items...
I'd like to have it display like
1 2 3 total items
instead of
1 2 3
total items