Results 1 to 2 of 2

Thread: Left and right aligning on same line

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Left and right aligning on same line

    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?

  2. #2
    Join Date
    Nov 2005
    Posts
    93
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •