What is URL for Image?

Discussion in 'HTML & Website Design' started by Box, Apr 6, 2007.

  1. #1
    Hello members DP,

    I want ask some question about Banner.........i want to make banner but i dont know what is URL banner? i want to generate URL banner but don't know how? can somebody tell me......thanx
     
    Box, Apr 6, 2007 IP
  2. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #2
    <a href="http://www.yoursite.com/"><img src="http://www.yoursite.com/banner.gif"></a>

    I think your are looking for this code.. Just change the banner url and domain name.
     
    MeetHere, Apr 6, 2007 IP
  3. Box

    Box Active Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    and where can i put my images ( or i must generate my images to code or what)....like somebody click on my image and go through my web,
     
    Box, Apr 6, 2007 IP
  4. Dima_2005

    Dima_2005 Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you're using XHTML use
    
    <a href="http://www.yoursite.com"><img src="imagedirectory/banner.gif" alt="banner" /></a>
    
    Code (markup):
     
    Dima_2005, Apr 6, 2007 IP
  5. Box

    Box Active Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #5
    or i must upload my images, banner or picture, to my hosting firstly and change code above? am i all right?
     
    Box, Apr 6, 2007 IP
  6. Box

    Box Active Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #6
    ok, thanx for both of you, it's worked........
     
    Box, Apr 6, 2007 IP