Re: [css-d] Quick question : how do you text-indent right aligned text ?

2006-11-23 Thread Charles
On 11/23/06, Lee Bettridge <[EMAIL PROTECTED]> wrote: > NEWS > > and this bit of css > > #titleBar > { > position: absolute; > left: 167px; > top: 0px; > width: 473px; > height: 32px; > background-color: #121212; > color: #DCDCDC; > fo

[css-d] Quick question : how do you text-indent right aligned text ?

2006-11-23 Thread Lee Bettridge
I have this bit of html NEWS and this bit of css #titleBar { position: absolute; left: 167px; top: 0px; width: 473px; height: 32px; background-color: #121212; color: #DCDCDC; font-size: x-large; text-align: right; ma