Re: [css-d] centering text and left justifying text on one line

2006-01-04 Thread Daniel Kessler
hey thanks guys, this worked out fine. I used Jim's solution. >But why you're laying out this simple page with tables escapes me completely. Well because when I came to the site a few years ago, it was all in tables. I'm not too adept at CSS but when I can, I use it and learn a little bi

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread jim lists
I became interested in this and started fooling around a bit. Came up with this: http://www.heartland-design.com/storage/maillist/cssd/diverse_align/ It may help you with a css based solution. Honestly I'm not sure its worth it since you are using tables for the rest of the site. Anyhow you mig

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread Steve Clason
On 1/3/2006 8:57 AM Daniel Kessler wrote: > I have a photo viewing page. I want the PREVIOUS | NEXT link to > center on the width of the TD that it's in, which is basically > centering on the page. The grey text to the left, I want on the same > line, but left-aligned. If I make it a div,