buttons

Discussion in 'Web Design & Programming' started by gardengirl, Jan 27, 2007.

  1. gardengirl

    gardengirl Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    Okay - another no-brainer question for all you computer wizz-kids!

    I have a couple of websites and I really want to pretty them up with some nifty buttons. I have looked through a lot and the ones I would like to use are Free Buttons but I'll be blessed if I can figure out how to put the buttons on my b/s and link them to myt pages. I tried getting in touch with the FB people but I just got a message "Enter your button names one per line in the "Text labels" text field and you links in the "Links" text field in the same order as the "Text Labels" field."

    Well, der! I knew that much! What I want to know is what comes after!

    Anybody prepared to try and teach an enthusiastic newbie? [​IMG]
     
  2. Big B

    Big B HWF Godfather

    Likes Received:
    145
    Trophy Points:
    63
    It's been awhile since I've fiddled around with any sort of HTML code, but I think this would do the job:

    Code:
    <a href="http://www.yourwebsite.com/link"><img>http://www.hostwebsite.com/image.jpg</img></a>
    
    Obviously, you'll have to make the changes to the proper locations, but that's the basic format if I remember my HTML correctly.
     
  3. Sniper

    Sniper Administrator Staff Member

    Likes Received:
    59
    Trophy Points:
    63
    B has it slightly wrong :) example from our logo
    Code:
    <a href="http://www.hardwareforums.com/"><img src="http://www.hardwareforums.com/images/misc/vbulletin3_logo_white.gif" border="0" alt="Hardware Forums" /></a>
     

Share This Page