text on a Image Button - Very easy I imagine, but how?

Discussion in 'Programming' started by Requiem, May 14, 2008.

  1. #1
    This is for my wordpress blog, what I'm trying to do is line up text to place it on an image button, the text should be centered on the image horizontally and vertically.. issue is, I can't get it to line up vertically.

    It's doing this..

    |---link here---|
    |--------------|
    |--------------|

    I want it to do this..

    |--------------|
    |---link here---|
    |--------------|


    Here's my code..

    What am I missing?
     
    Requiem, May 14, 2008 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    play with adding maybe, 3px padding? playing with the padding might give you the desired result.
     
    crath, May 14, 2008 IP
    Requiem likes this.
  3. Requiem

    Requiem Peon

    Messages:
    172
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    *slaps head*

    Thanks lol
     
    Requiem, May 14, 2008 IP
  4. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #4
    any time :)
     
    crath, May 14, 2008 IP