Is there a way to put a "tab" symbol inside a list, so different length words will be formatted like a table:
For example
<li>Word1 <something> description111111111111</li>
<li>Word2222222 <something> description</li>
At the end it would look like this:
Word1 description11111111111
Word2222222 description
Is it possible?
`) might work better for you
– LoveAndCoding Dec 01 '12 at 22:40