Quote:
Originally Posted by EricDP
That's where I'm at now. Next challenge is getting the alignment correct - to pivot around the dot etc..
For example, center this so it will a pivot around the "." (and, of course, the "." isn't centered, and it will still wrap pages so a centered 'inline-block' table can't be used). Argh!
|
Maybe I am missing something. How about just "display:inline-block; width: 3em; text-align: right" for the label? If your list items are long and have to go to multiple lines, something like "margin: 3em; text-indent: -3em" would help to make the label "hang" on the right.