Format Specific Text Within a DIV tag

Discussion in 'CSS' started by fisher318, Jan 12, 2008.

  1. #1
    ok, if you go to newlifeultrasound.com/plans3.htm you will see the very first "Total Indulgence Session Plan". So far, that's the only one I've formatted within the DIV tags so far. The icon and the text are aligned just like I want them. However, now within that DIV tag at the end of the description I would like to have it align the price of $349 to the far right leaving the space between the description and the price.

    It would be ideal if I could have little dots lead up to the price like this:

    plus a 60 minute Pre or Post Natal Maternity Massage..............$349

    Here is the CSS for the DIV's so far:

    DIV.align {
    margin-left:48px;
    text-decoration:underline;
    width:345px;
    }

    DIV.align2 {
    margin-left:48px;
    margin-top:-10px;
    width:365px;
    }
     
    fisher318, Jan 12, 2008 IP
  2. fisher318

    fisher318 Guest

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So does anyone have the knowledge of how to accomplish this?
     
    fisher318, Jan 13, 2008 IP