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.
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> </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):