Creating banner from image I have

Discussion in 'Graphics & Multimedia' started by mick97, Jan 4, 2008.

  1. #1
    Hi,
    I have an image I would like to turn into a banner.How do i link it to my website?
    Any help would be appreciated.
    Thanks,
    Scotty:eek:
     
    mick97, Jan 4, 2008 IP
  2. evm

    evm Peon

    Messages:
    133
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    change "file_folder/file_name" to your folder & image name
    cheers
     
    evm, Jan 4, 2008 IP
  3. mick97

    mick97 Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,
    Im pretty new at this.Don't really understand it all.
    I know how to save it once i make it,but im using an image and want to link it to my website..
    Where do i put in the info turning it into a clickable link.

    Code is below.
    Where would i put my website in this mess?lol
    Thanks,
    Scotty

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <META content="MSHTML 6.00.6000.16587" name=GENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=#ffffff>
    <DIV><FONT face=Arial size=2><IMG alt="IPB Image"
    src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg"
    border=0></FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV>&nbsp;</DIV><FONT face=Arial size=2>
    <DIV><BR></FONT>&nbsp;</DIV></BODY></HTML>
     
    mick97, Jan 4, 2008 IP
  4. Xavier_3D

    Xavier_3D Well-Known Member

    Messages:
    1,299
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Add This
    <a target="_blank" href="URL Image to be Linked" title="Title">
    Just Before
    <IMG alt="IPB Image"
    src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg"
    border=0>

    E.g.
    <DIV><FONT face=Arial size=2><a target="_blank" href="URL Image to be Linked" title="Title"><IMG alt="IPB Image"
    src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg"
    border=0></FONT></DIV>
     
    Xavier_3D, Jan 4, 2008 IP
  5. mick97

    mick97 Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hey,

    Thanks,
    I will give it a try and get back to you.
    Sincerely,
    Scotty
     
    mick97, Jan 4, 2008 IP