Results 1 to 3 of 3

Thread: Help styling a button

  1. #1
    Join Date
    Feb 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help styling a button

    I am trying to CSS a button on my website, http://www.itsalltech.com. However, everything works, but the background image of the button does not show up. I've added the CSS in the Stylesheet and uploaded the images into the correct path. Also, I've checked the path of the image in the stylesheet. Any ideas? Thanks.

    Here is the tutorial I'm trying to follow: http://www.oscaralexander.com/tutori...-with-css.html

    Here is my button code:

    Code:
    <a class="button" href="<?php the_permalink(); ?>"><span>Continue Reading</span></a>

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    This is because the image is wrong:
    Jeremy | jfein.net

  3. #3
    Join Date
    Feb 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nile View Post
    This is because the image is wrong:
    I probably should have posted back. For some reason, the path to that image was not working. I chose another image and everything is working.

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
  •