CSS SPAV/DIV valign

Discussion in 'CSS' started by redhits, Jun 16, 2008.

  1. #1
    Is there any way i can do assign an VALIGN to an SPAN ?
    I have an text and an image, and i want the text to be VALIGN=top , not alignment to the bottom as is now
     
    redhits, Jun 16, 2008 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As long as both the text and image are still inline,
    span {
    vertical-align: top;
    }
     
    Stomme poes, Jun 16, 2008 IP
  3. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #3
    wow thanks a lot
    i really god mad after searching a way to do this
     
    redhits, Jun 16, 2008 IP