View Full Version : Left and right aligning on same line
compassman
10-25-2005, 12:13 AM
This is probably simple but I am getting a bit frustrated. I want to have two different entries on the same line. I want the business name on the left margin and the date visited on the right. I would like to use a CSS class or ID to do the formatting, but my attempts haven't work out. Can anyone assist? :confused:
Wedgy
11-04-2005, 08:25 PM
Have you tried:
#businame {position: absolute; LEFT:5%; TOP: (whatever);...}
#busidate {position: absolute; LEFT:85%; TOP: (whatever);...}
This might not be as convenient as other methods, but it should work.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.