m0nsta.
Members
-
Joined
-
Last visited
Solutions
-
m0nsta.'s post in Spacing between words - tabs was marked as the answerUsing is ugly and looks unprofessional.
Wrap that information in a <dl> list and float the <dt>'s left so they appear side by side then mess with the width on the <dt> to get it to push the <dd> away.
So your markup will look like this:
<dl>
<dt>Monday</dt>
<dd>10:00 - 17:00</dd>
<dt>Tuesday</dt>
<dd>10:00 - 17:00</dd>
...
</dl>
And then just mess with the styles that I mentioned above.
Edit: I've made you a fiddle so you can see what I mean: http://jsfiddle.net/MajTC/