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, it sends the previous/ > next to the next line. Otherwise, it stays right up against it. > I've tried several combinations, so any help would be nice. Here's > the link and the code: > > http://hhp.umd.edu/common/image_viewer2.cfm?path=photos/ > graduation_winter_05/graduation_winter_05_02.jpg&endnum=91
You could do something like this: .grey { color: #999999; position: absolute; /*!!! new !!!*/ left: 20px; /*!!! new !!!*/ } Other gray elements will get weird, so you'll want to give the element a unique id, probably. But why you're laying out this simple page with tables escapes me completely. -- Steve Clason Web Design and Development Boulder, Colorado, USA www.topdogstrategy.com (303)818-8590 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/