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 might look at the code and see if it helps you out. Basically this
one is a 3 column version but you just take out the 3rd div in the
code then you should have just the left and centered div's. Which is I
beleive what you are looking for.  If I get a minute then I will try
and adapt it to your code.

Let me know if I am completely off base with this.

Jim


On 1/3/06, Steve Clason <[EMAIL PROTECTED]> wrote:
> 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/
>
______________________________________________________________________
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/

Reply via email to