HTML Question

  1. #1
    zim flyer is offline Newbie

    HTML Question

    Hi everyone,

    I'm developing a simple HTML site and want to know what HTML code I should use so on my links page I can have a logo of a site which when clicked will take you to their website but will do so on a seperate page.

    cheers

    Jane


  2. #2
    HappyBeaver is offline Bea*ering Away!
    Code:
    <a href="http://www.siteurl.com" target="_blank"><img src="http://www.imageurl.com/image.jpg" alt="logo" width="58" height="127" border="0" /></a>

  3. #3
    jakeyeager is offline Elite Member
    Tackle the Web with $5.99 .COM's from Go Daddy!
    if you ever get stuck on html, this site is perfect for helping:

    www.w3schools.com

+ Reply to Thread