how to place images next to each other?

Discussion in 'PHP' started by watto, Mar 17, 2007.

  1. #1
    I would like to place 3 images next to each other. This I have worked out. I would like to know how to place a link and information underneath so it resembles google ads?

    example:

    <img title="click here" src="aussieflag.jpg" width="122" height="58" border="0" alt="click here">

    <img title="click here" src="ross1.jpg" width="180" height="100" border="0" alt="click here">

    <img title="click here" src="business.jpg" width="180" height="100" border="0" alt="click here">

    All help appreciated

    watto
     
    watto, Mar 17, 2007 IP
  2. Vetsin

    Vetsin Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <div style="float:left; margin-left:10px;"><img title="click here" src="aussieflag.jpg" width="122" height="58" border="0" alt="click here"><div style="text-align:center">Caption>Caption</div></div>
    
    <div style="float:left; margin-left:10px;"><img title="click here" src="ross1.jpg" width="180" height="100" border="0" alt="click here"><div style="text-align:center">Caption</div></div>
    
    <div style="float:left;  margin-left:10px;"><img title="click here" src="business.jpg" width="180" height="100" border="0" alt="click here" /><div style="text-align:center">Caption>Caption</div></div>
    Code (markup):
     
    Vetsin, Mar 17, 2007 IP
  3. watto

    watto Peon

    Messages:
    79
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Great!!! Thanks for your help!!

    watto
     
    watto, Mar 17, 2007 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #4
    Its violations of Google Adsense TOS to put images before/after adsense ads.
     
    MeetHere, Mar 17, 2007 IP
  5. watto

    watto Peon

    Messages:
    79
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I'm not actually putting adsense next to the image. I'm just making the links near the image look like adsense.......
     
    watto, Mar 17, 2007 IP