NYCPHP Meetup

NYPHP.org

[nycphp-talk] [OT] Yet another CSS Question

Dell Sala dell at sala.ca
Fri Mar 2 16:10:22 EST 2007


On Mar 2, 2007, at 3:57 PM, Kenneth Downs wrote:

> I'd like to have two links on a page.   They should be on the same  
> line together, one flush left, the other flush right.  The TABLE  
> method is just to have two cells, but of course we don't want to do  
> that.


You could use float:

<div style="text-align:right;">
<a href="#" style="float:left;">Link Left</a>
<a href="#">Link Right</a>
</div>

I'm sure there are lots of other ways too.

-- Dell




More information about the talk mailing list