Hi, I have two rows of links like:
Link 1 Link 2 Link 3 Link 4
Link 5 Link 6 Link 7 LInk 8
I need the top four links to align with the top bottom links regardless of how many characters are in the link. For example,
This is link 1 This is link 2 Link 3 L4
LInk 1 Link 2 that is longer Link 3 L4
I can do this with tables and td cells but how can this be accomplished just using divs?
Thanks.