need some help only 2 minutes

Discussion in 'HTML & Website Design' started by daones, Jul 20, 2009.

  1. #1
    I need some help with a table, im trying to add a small image on the left, then text in the middle and another image on the right. If anyone can take a few minutes to help me id greatly appreciate it, i can show you an image of what im referring to.
     
    daones, Jul 20, 2009 IP
  2. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #2
    Here you go: :)

    
    
    
    <table width="100%" border="1">
      <tr>
        <td><div align="center"><img name="" src="" width="120" height="150" alt=""></div></td>
        <td><div align="center">
            <p>&nbsp;</p>
            <p>Your Center Text</p>
          </div></td>
        <td><div align="center"><img name="" src="" width="120" height="150" alt=""></div></td>
      </tr>
    </table>
    
    
    
    
    
    
    
    
    
    Code (markup):
     
    sundaybrew, Jul 21, 2009 IP
  3. ractors

    ractors Well-Known Member

    Messages:
    1,979
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    140
    #3
    already find details

    if need another help pm me
     
    ractors, Jul 21, 2009 IP
  4. daones

    daones Well-Known Member

    Messages:
    1,151
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    120
    #4
    thank you that worked
     
    daones, Jul 21, 2009 IP