Please help me fix this little bit of coding!

Discussion in 'Programming' started by The Walsho, Jan 4, 2008.

  1. #1
    The side of my blog, http://walsho.net has an email subscription form, and I wanted to change the subscribe button the my own one. I tried doing this, but it's a little messed up, as you can see on the site.
    I've attached the code I have there in a .txt document with this post. Would appreciate any help given!
     

    Attached Files:

    The Walsho, Jan 4, 2008 IP
  2. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ok
    find this
    width: 78px; height: 23px;
    on your code and replace by
    width: 96px; height: 21px;

    because "subscribe" image has 96px width and 21px height...
     
    JohnZing, Jan 4, 2008 IP
    The Walsho likes this.
  3. undir

    undir Peon

    Messages:
    696
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is this done yet?
     
    undir, Jan 4, 2008 IP
  4. The Walsho

    The Walsho Active Member

    Messages:
    1,105
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    78
    #4
    Great, got it sorted, cheers mate. Rep given.
     
    The Walsho, Jan 5, 2008 IP