1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to add a single row of images on main index template on word press

Discussion in 'Content Management' started by Peter76, May 16, 2010.

  1. #1
    Hey everyone Im trying to figure out how to ad a single row of images on on my main index template of images. For instance I want them together side by side not one on top of the other. Any idea? This is for Word Press..

    Thanks
     
    Peter76, May 16, 2010 IP
  2. wittenvdp

    wittenvdp Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If I understand correctly, you just want for example, 3 images next to eachother:

    <table>
    <tr>
    <td>image1
    </td>
    <td>image2
    </td>
    <td>image3
    </td>
    </tr>
    </table>

    In your css you can set the cellspacing to 0 en then they will be right besides each other

    Or do you want another thing?
     
    wittenvdp, May 17, 2010 IP
    Peter76 likes this.
  3. Peter76

    Peter76 Well-Known Member

    Messages:
    583
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    120
    #3
    Thanks that worked great..
     
    Peter76, May 17, 2010 IP
  4. wittenvdp

    wittenvdp Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem :)
     
    wittenvdp, May 18, 2010 IP