Creating a 125*125 box ad

Discussion in 'Graphics & Multimedia' started by prawn_86, Nov 25, 2008.

  1. #1
    Hi All,

    As you all know, im new so go easy on me.

    I basically want to put a few 125*125 ads on my site. I have the table set out where i want to put them, but i dont know how to make the actual ads themselves. Like the code behind it. Im assuming I need a GIF image and then a link embedded to the relevant page/website, but i dont know how to go about it.

    Please help
     
    prawn_86, Nov 25, 2008 IP
  2. myst729

    myst729 Peon

    Messages:
    289
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure whether you're talking about adding a link to a image. The HTML should go like this:
    <a href="yourlink"><img src="yourimage" alt="youralt" /></a>
    Code (markup):
    By the way, it's a simple piece of cake if you use a WYSIWYG editor like Dreamweaver.
     
    myst729, Nov 25, 2008 IP
  3. prawn_86

    prawn_86 Peon

    Messages:
    483
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks Myst.

    Are there any free WYSIWYG programs out there? i just want it for the images, not the web design really
     
    prawn_86, Nov 25, 2008 IP
  4. prawn_86

    prawn_86 Peon

    Messages:
    483
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What does the "alt" refer to?

    I can sort of get it working but my image isnt showing for some reason and i dont know what alt is for
     
    prawn_86, Nov 25, 2008 IP
  5. Digital_Designer

    Digital_Designer Banned

    Messages:
    2,070
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This is used to display text if the image is not viewable.For example if a image is missing then the text assigned to"alt" will be displayed.
     
    Digital_Designer, Nov 25, 2008 IP
  6. prawn_86

    prawn_86 Peon

    Messages:
    483
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks guys. I got it all working :) Its pretty basic but will do the job for now :)
     
    prawn_86, Nov 25, 2008 IP
  7. amirsalmani

    amirsalmani Active Member

    Messages:
    292
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    this is good if it's working now, but what was the problelm ?
     
    amirsalmani, Nov 25, 2008 IP